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

824 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('film-outline') }} {{ _('show video') }}

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

{{ result.content|safe }}

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