{% from 'simple/macros.html' import iframe, result_header, result_sub_header, result_sub_footer, result_footer, result_thumbnail with context %} {{ result_header(result, favicons, image_proxify, thumbnail=False) }} {{ result_sub_header(result) }} {% if result.iframe_src -%}
{{ icon_small('film') }} {{ _('show video') }}
{%- endif %} {{ result_thumbnail(result, image_proxify) }} {%- if result.content %}{{ result.content|safe }}
{%- else %}{{ _('This site did not provide any description.')|safe }}
{% endif -%} {{- result_sub_footer(result) -}} {% if result.iframe_src -%} {%- endif %} {{ result_footer(result) }}