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

1.5 KiB

{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon %} {{ result_header(result, favicons) }} {{ result_sub_header(result) }} {% if result.embedded %} • {{ icon('film') }} {{ _('show video') }} {% endif %} {% if result.embedded %}
{{ result.embedded|safe }}
{% endif %}
{{ result.title|striptags }} {{ result.engine }} {% if result.author %}

{{ _('Author') }}: {{ result.author }}

{% endif %} {% if result.length %}

{{ _('Length') }}: {{ result.length }}

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

{{ result.content|safe }}

{% endif %}
{% if rtl %} {{ result_footer_rtl(result) }} {% else %} {{ result_footer(result) }} {% endif %}