searxng-beetroot/beetroot_template/result_templates/videos.html
2023-04-04 21:23:00 +02:00

1,022 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.iframe_src -%}

{{ icon('film-outline') }} {{ _('show video') }}

{%- 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 %} {{ result_footer(result) }}