|  | @@ -5,11 +5,13 @@
 | 
	
		
			
			| 5 | 5 |      <meta http-equiv="content-language" content="en" />
 | 
	
		
			
			| 6 | 6 |      <meta name="description" content="Searx - a hackable metasearch engine respecting privacy" />
 | 
	
		
			
			| 7 | 7 |      <meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
 | 
	
		
			
			| 8 |  | -    <link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/>
 | 
	
		
			
			| 9 | 8 |      <title>searx {% block title %}{% endblock %}</title>
 | 
	
		
			
			| 10 | 9 |      <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />
 | 
	
		
			
			| 11 | 10 |      {% block styles %}
 | 
	
		
			
			| 12 | 11 |      {% endblock %}
 | 
	
		
			
			|  | 12 | +    {% block head %}
 | 
	
		
			
			|  | 13 | +    <link title="searx" type="application/opensearchdescription+xml" rel="search" href="/opensearch.xml"/>
 | 
	
		
			
			|  | 14 | +    {% endblock %}
 | 
	
		
			
			| 13 | 15 |  </head>
 | 
	
		
			
			| 14 | 16 |  <body>
 | 
	
		
			
			| 15 | 17 |  <div id="container">
 |