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