905 B
905 B
{% from 'beetroot/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 -%}
{{- result.codelines|code_highlighter(result.code_language)|safe -}}
{{- result_sub_footer(result, proxify) -}}
{{- result_footer(result) -}}