mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			515 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			515 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<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>
 |