{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl %} {{ result_header(result, favicons, image_proxify) -}} {{- result_sub_header(result) -}} {% if result.embedded -%} {%- endif %}

{%- if result.content %}{{ result.content|safe }}{% endif -%}

{{- result_sub_footer(result, proxify) -}} {% if result.embedded -%} {%- endif %} {{- result_footer(result) }}