Test_theme/beetroot_template/result_templates/default.html

1.2 KiB

{% 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.iframe_src -%}

{{ icon('music-note') }} {{ _('show media') }}

{%- endif %} {%- if result.content %}

{{ result.content|safe }}

{%- else %}

{{ _('This site did not provide any description.')|safe }}

{% endif -%} {{- result_sub_footer(result, proxify) -}} {% if result.iframe_src -%}
{%- endif %} {% if result.audio_src -%}
{%- endif %} {{- result_footer(result) }}