{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer with context %} {{ result_header(result, favicons, image_proxify) -}} {{- result_sub_header(result) -}} {%- if result.content -%}
{{- result.content|safe -}}
{%- endif -%} {%- if result.repository -%}{{- '' -}} {{ _('repo') }}: {{- ' ' -}} {{- result.repository -}} {{- '' -}}
{%- endif -%}