Test_theme/beetroot_template/result_templates/code.html

709 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 -%}

{{ result.repository }}

{%- endif -%}
{{- result.codelines|code_highlighter(result.code_language)|safe -}}
{{- '' -}} {{- result_sub_footer(result, proxify) -}} {{ result_footer(result) }}