{% macro icon(action, alt) -%} {%- endmacro %} {% macro draw_favicon(favicon) -%} {{ favicon }} {%- endmacro %} {%- macro result_link(url, title, classes='', id='') -%} {{ title }} {%- endmacro -%} {% macro result_header(result, favicons, id) -%}

{% if result.engine~".png" in favicons %}{{ draw_favicon(result.engine) }}{% endif %}{% if result.url %}{{ result_link(result.url, result.title|safe, id=id) }}{% else %}{{ result.title|safe}}{% endif %}

{%- endmacro %} {% macro result_sub_header(result, id) -%} {%- if result.publishedDate %}{% endif -%} {%- if result.magnetlink %} • {{ result_link(result.magnetlink, icon('magnet') + _('magnet link'), "magnetlink", id) }}{% endif -%} {%- if result.torrentfile %} • {{ result_link(result.torrentfile, icon('download-alt') + _('torrent file'), "torrentfile", id) }}{% endif -%} {%- endmacro %} {% macro result_footer(result, id) -%}
{{- "" -}}
{%- for engine in result.engines -%} {{ engine }} {%- endfor -%} {%- if result.url -%} {%- if result.cached_url -%} {{ result_link(result.cached_url, icon('link') + _('cached'), "text-info", id) }} {%- elif not result.is_onion -%} {{ result_link("https://web.archive.org/web/" + result.url, icon('link') + _('cached'), "text-info", id) }} {% if archive_today %} {{ result_link("https://archive.today/" + result.url, icon('link') + _('archive'), "text-info", id) }} {% endif %} {%- endif -%} {%- endif -%} {%- if proxify -%} {{ result_link(proxify(result.url), icon('sort') + _('proxied'), "text-info", id) }} {%- endif -%}
{%- if result.pretty_url -%} {%- endif -%} {%- endmacro %} {% macro result_footer_nocache(result) -%}
{{- "" -}}
{%- for engine in result.engines -%} {{ engine }} {%- endfor -%} {%- if proxify -%} {{ result_link(proxify(result.url), icon('sort') + _('proxied'), "text-info") }} {%- endif -%}
{{- "" -}} {%- endmacro %} {% macro result_footer_rtl(result, id) -%}
{%- for engine in result.engines -%} {{ engine }} {%- endfor -%} {%- if result.url -%} {%- if result.cached_url -%} {{ result_link(result.cached_url, icon('link') + _('cached'), "text-info", id) }} {%- elif not result.is_onion -%} {{ result_link("https://web.archive.org/web/" + result.url, icon('link') + _('cached'), "text-info", id) }} {% if archive_today %} {{ result_link("https://archive.today/" + result.url, icon('link') + _('archive'), "text-info", id) }} {% endif %} {%- endif -%} {%- endif -%} {%- if proxify -%} {{ result_link(proxify(result.url), icon('sort') + _('proxied'), "text-info", id) }} {%- endif -%} {%- if result.pretty_url -%} {%- endif -%} {%- endmacro %} {% macro result_footer_nocache_rtl(result) -%}
{%- for engine in result.engines -%} {{ engine }} {%- endfor -%} {%- if proxify -%} {{ result_link(proxify(result.url), icon('sort') + _('proxied'), "text-info") }} {%- endif -%} {%- endmacro %} {% macro preferences_item_header(info, label, rtl, id) -%} {%- if rtl -%}
{{- "" -}} {{- "" -}} {{ info }}{{- "" -}}
{%- else -%}
{{- "" -}} {{- "" -}}
{%- endif -%} {%- endmacro %} {% macro preferences_item_footer(info, label, rtl) -%} {%- if rtl -%}
{{- "" -}}
{%- else -%}
{{ info }}{{- "" -}}
{%- endif -%} {%- endmacro %} {% macro custom_select_class(rtl) -%} custom-select{% if rtl %}-rtl{% endif %} {%- endmacro %} {% macro checkbox_toggle(id, blocked) -%}
{{- "" -}} {{- "" -}} {{- "" -}} {{- "" -}}
{{- "" -}} {%- endmacro %} {% macro support_toggle(supports) -%} {%- if supports -%} {{- _("supported") -}} {%- else -%} {{- _("not supported") -}} {%- endif -%} {%- endmacro %}