summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/navbar.html
blob: b1d344c1178e79216786781e2552e1110070ba04 (plain)
1
2
3
4
5
6
7
8
9
<div class="searxng-navbar">{{- "" -}}
    <span class="instance {% if rtl %}pull-right{% else %}pull-left{% endif%}">{{- "" -}}
        <a href="{{ url_for('index') }}">{{ instance_name }}</a>{{- "" -}}
    </span>{{- "" -}}
    <span class="{% if rtl %}pull-left{% else %}pull-right{% endif %}">{{- "" -}}
        <a href="{{ url_for('help_page', pagename='about') }}">{{ _('about') }}</a>{{- "" -}}
        <a href="{{ url_for('preferences') }}">{{ _('preferences') }}</a>{{- "" -}}
    </span>{{- "" -}}
</div>