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

1.3 KiB

{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon with context %} {{- result_header(result, favicons) -}} {{- result_sub_header(result) -}} {%- if result.embedded -%} • {{ icon('music') }} {{ _('show media') }} {%- endif -%} {%- if result.embedded -%}
{{ result.embedded|safe }}
{%- endif -%} {%- if result.img_src -%}
{{ result.title|striptags }} {% if result.content %}

{{ result.content|safe }}

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

{{ result.content|safe }}

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