2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								<!DOCTYPE html>  
						 
					
						
							
								
									
										
										
										
											2024-10-09 11:59:31 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								< html  class = "no-js theme-{{ preferences.get_value('simple_style') or 'auto' }} center-alignment-{{ preferences.get_value('center_alignment') and 'yes' or 'no' }}"  lang = "{{ locale_rfc5646 }}"  { %  if  rtl  % }  dir = "rtl" { %  endif  % } >  
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< head >  
						 
					
						
							
								
									
										
										
										
											2024-09-11 03:44:30 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < meta  charset = "UTF-8" > 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-21 17:10:35 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < meta  name = "description"  content = "SearXNG — a privacy-respecting, open metasearch engine" > 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-01 16:33:31 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < meta  name = "keywords"  content = "SearXNG, search, search engine, metasearch, meta search" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  < meta  name = "generator"  content = "searxng/{{ searx_version }}" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  < meta  name = "referrer"  content = "no-referrer" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  < meta  name = "robots"  content = "noarchive" > 
							 
						 
					
						
							
								
									
										
										
										
											2021-11-11 22:26:26 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < meta  name = "viewport"  content = "width=device-width, initial-scale=1" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  < meta  name = "HandheldFriendly"  content = "True" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  < meta  http-equiv = "X-UA-Compatible"  content = "IE=edge, chrome=1" > 
							 
						 
					
						
							
								
									
										
										
										
											2019-04-09 21:15:02 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < title > {% block title %}{% endblock %}{{ instance_name }}< / title > 
							 
						 
					
						
							
								
									
										
										
										
											2019-07-23 14:13:38 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  {% block meta %}{% endblock %}
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  {% if rtl %}
							 
						 
					
						
							
								
									
										
										
										
											2024-09-11 03:44:30 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < link  rel = "stylesheet"  href = "{{ url_for('static', filename='css/searxng-rtl.min.css') }}"  type = "text/css"  media = "screen" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  {% else %}
							 
						 
					
						
							
								
									
										
										
										
											2024-09-11 03:44:30 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < link  rel = "stylesheet"  href = "{{ url_for('static', filename='css/searxng.min.css') }}"  type = "text/css"  media = "screen" > 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-19 17:20:03 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2023-10-30 05:01:09 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  {% if get_setting('server.limiter') or get_setting('server.public_instance') %}
							 
						 
					
						
							
								
									
										
										
										
											2024-09-11 03:44:30 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < link  rel = "stylesheet"  href = "{{ url_for('client_token', token=link_token) }}"  type = "text/css" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2019-07-23 14:13:38 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  <!-- [if gte IE 9]> --> 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-13 17:08:19 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < script  src = "{{ url_for('static', filename='js/searxng.head.min.js') }}"  client_settings = "{{ client_settings }}" > < / script > 
							 
						 
					
						
							
								
									
										
										
										
											2019-07-23 14:13:38 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  <!-- <![endif] --> 
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  {% block head %}
							 
						 
					
						
							
								
									
										
										
										
											2024-09-11 03:44:30 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < link  title = "{{ instance_name }}"  type = "application/opensearchdescription+xml"  rel = "search"  href = "{{ opensearch_url }}" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  {% endblock %}
							 
						 
					
						
							
								
									
										
										
										
											2021-11-28 15:24:39 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < link  rel = "icon"  href = "{{ url_for('static', filename='img/favicon.png') }}"  sizes = "any" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  < link  rel = "icon"  href = "{{ url_for('static', filename='img/favicon.svg') }}"  type = "image/svg+xml" > 
							 
						 
					
						
							
								
									
										
										
										
											2024-09-11 03:44:30 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < link  rel = "apple-touch-icon"  href = "{{ url_for('static', filename='img/favicon.png') }}" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< / head >  
						 
					
						
							
								
									
										
										
										
											2020-06-04 19:20:44 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								< body  class = "{{ endpoint }}_endpoint"  >  
						 
					
						
							
								
									
										
										
										
											2022-01-30 09:39:21 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < main  id = "main_{{  self._TemplateReference__context.name|replace(" simple / " ,  " " ) | replace ( " . html " ,  " " )  } } "  class = "{{body_class}}" > 
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								    {% if errors %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        < div  class = "dialog-error"  role = "alert" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
										 
							
							
								            < a  href = "#"  class = "close"  aria-label = "close"  title = "close" > × < / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								            < ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								            {% for message in errors %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								                < li > {{ message }}< / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								            {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								            < / ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        < / div > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								    {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-06-13 21:10:44 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								    < nav  id = "links_on_top" > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								      {%- from 'simple/icons.html' import icon_big -%}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								      {%- block linkto_about -%}
							 
						 
					
						
							
								
									
										
										
										
											2022-07-02 01:38:03 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								        < a  href = "{{ url_for('info', pagename='about') }}"  class = "link_on_top_about" > {{ icon_big('information-circle-outline') }}< span > {{ _('About') }}< / span > < / a > 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-13 21:10:44 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								      {%- endblock -%}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								      {%- block linkto_donate -%}
							 
						 
					
						
							
								
									
										
										
										
											2022-07-02 11:29:21 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								        {%- if donation_url -%}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        < a  href = "{{ donation_url }}"  class = "link_on_top_donate" > {{ icon_big('heart-outline') }}< span > {{ _('Donate') }}< / span > < / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        {%- endif -%}
							 
						 
					
						
							
								
									
										
										
										
											2022-06-13 21:10:44 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								      {%- endblock -%}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								      {%- block linkto_preferences -%}
							 
						 
					
						
							
								
									
										
										
										
											2022-07-02 01:38:03 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								        < a  href = "{{ url_for('preferences') }}"  class = "link_on_top_preferences" > {{ icon_big('menu-outline') }}< span > {{ _('Preferences') }}< / span > < / a > 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-13 21:10:44 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								      {%- endblock -%}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								    < / nav > 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-30 09:39:21 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								    {% block header %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								    {% endblock %}
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								    {% block content %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								    {% endblock %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  < / main > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  < footer > 
							 
						 
					
						
							
								
									
										
										
										
											2017-12-08 21:37:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								    < p > 
							 
						 
					
						
							
								
									
										
										
										
											2024-09-11 03:44:30 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								    {{ _('Powered by') }} < a  href = "{{ url_for('info', pagename='about') }}" > searxng< / a >  - {{ searx_version }} — {{ _('a privacy-respecting, open metasearch engine') }}< br > 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-02 10:52:23 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								        < a  href = "{{ searx_git_url }}" > {{ _('Source code') }}< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        | < a  href = "{{ get_setting('brand.issue_url') }}" > {{ _('Issue tracker') }}< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        {% if enable_metrics %}| < a  href = "{{ url_for('stats') }}" > {{ _('Engine stats') }}< / a > {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2022-07-02 16:56:28 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								        {% if get_setting('brand.public_instances') %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        | < a  href = "{{ get_setting('brand.public_instances') }}" > {{ _('Public instances') }}< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2022-06-15 22:06:52 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								        {% if get_setting('general.privacypolicy_url') %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        | < a  href = "{{ get_setting('general.privacypolicy_url') }}" > {{ _('Privacy policy') }}< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        {% endif %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        {% if get_setting('general.contact_url') %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        | < a  href = "{{ get_setting('general.contact_url') }}" > {{ _('Contact instance maintainer') }}< / a > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2024-01-29 17:10:11 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								        {% for title, link in get_setting('brand.custom.links').items() %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								        | < a  href = "{{ link }}" > {{ _(title) }}< / a > 
							 
						 
					
						
							
								
									
										
										
										
											2024-01-19 15:48:58 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								        {% endfor %}
							 
						 
					
						
							
								
									
										
										
										
											2017-12-08 21:37:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								    < / p > 
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  < / footer > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  <!-- [if gte IE 9]> --> 
							 
						 
					
						
							
								
									
										
										
										
											2021-10-01 16:33:31 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
								
									
								 
							
							
								  < script  src = "{{ url_for('static', filename='js/searxng.min.js') }}" > < / script > 
							 
						 
					
						
							
								
									
										
										
										
											2017-02-12 15:06:01 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								  <!-- <![endif] --> 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< / body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
								
									
								 
							
							
								< / html >