{% from "simple/macros.html" import result_header, result_sub_header, result_sub_footer, result_footer, result_link with context %} {% from "simple/icons.html" import icon_small %} {{ result_header(result, favicons, image_proxify) }} {{ result_sub_header(result) }} {% if result.abstract %}
{{ result.abstract|safe }}
{% endif -%} {%- if result.content %}{{ result.content|safe }}
{% endif -%}