libremiami-search/searx/templates/simple/result_templates/default.html

832 B

{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl %} {{ result_header(result, favicons, image_proxify) -}} {{- result_sub_header(result) -}} {% if result.embedded -%}

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

{%- endif %}

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

{{- result_sub_footer(result, proxify) -}} {% if result.embedded -%}
{{- result.embedded|safe -}}
{%- endif %} {{- result_footer(result) }}