Test_theme/beetroot_template/base.html

4.8 KiB
Raw Blame History

<html class="no-js theme-{{ preferences.get_value('simple_style') or 'auto' }} center-aligment-{{ preferences.get_value('center_alignment') and 'yes' or 'no' }}" lang="{{ locale_rfc5646 }}" {% if rtl %} dir="rtl"{% endif %}> <head> {% block meta %}{% endblock %} {% if rtl %} {% else %} {% endif %} {% if get_setting('server.limiter') %} {% endif %} {% block styles %}{% endblock %} {% block head %} {% endblock %} </head> {% if errors %}
×
    {% for message in errors %}
  • {{ message }}
  • {% endfor %}
{% endif %} {%- from 'beetroot/icons.html' import icon_big -%} {%- block custom_url -%} {{ icon_big('people-outline') }}{{ _('Account') }} {{ icon_big('school-outline') }}{{ _('Help') }} {{ icon_big('magnet-outline') }}{{ _('Server Status') }} {%- endblock -%} {%- block linkto_about -%} {{ icon_big('information-circle-outline') }}{{ _('About') }} {%- endblock -%} {%- block linkto_donate -%} {%- if serverstatus_url -%} {{ icon_big('heart-outline') }}{{ _('Status') }} {%- endif -%} {%- endblock -%} {%- block linkto_preferences -%} {{ icon_big('menu-outline') }}{{ _('Preferences') }} {%- endblock -%} {% block header %} {% endblock %} {% block content %} {% endblock %}

{{ _('Powered by') }} searxng - {{ searx_version }} — {{ _('a privacy-respecting, open metasearch engine') }}
{{ _('Source code') }} | {{ _('Issue tracker') }} {% if enable_metrics %}| {{ _('Engine stats') }}{% endif %} {% if get_setting('brand.public_instances') %} | {{ _('Public instances') }} {% endif %} {% if get_setting('general.privacypolicy_url') %} | {{ _('Privacy policy') }} {% endif %} {% if get_setting('general.contact_url') %} | {{ _('Contact instance maintainer') }} {% endif %}

</html>