| 
									
										
										
										
											2014-04-25 01:46:40 +02:00
										 |  |  | {% extends "default/base.html" %} | 
					
						
							| 
									
										
										
										
											2013-10-14 23:09:13 +02:00
										 |  |  | {% block content %} | 
					
						
							| 
									
										
										
										
											2013-10-15 18:20:21 +02:00
										 |  |  | <div class="center"> | 
					
						
							| 
									
										
										
										
											2013-12-03 18:33:05 +01:00
										 |  |  |     <div class="title"><h1>searx</h1></div> | 
					
						
							| 
									
										
										
										
											2014-04-25 01:46:40 +02:00
										 |  |  |     {% include 'default/search.html' %} | 
					
						
							| 
									
										
										
										
											2013-10-21 00:37:57 +02:00
										 |  |  |     <p class="top_margin"> | 
					
						
							| 
									
										
										
										
											2015-02-10 15:23:56 +01:00
										 |  |  |     	{% if rtl %} | 
					
						
							|  |  |  |     	<a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a> | 
					
						
							|  |  |  |     	{% endif %} | 
					
						
							| 
									
										
										
										
											2014-03-04 20:31:03 +01:00
										 |  |  |         <a href="{{ url_for('about') }}" class="hmarg">{{ _('about') }}</a> | 
					
						
							| 
									
										
										
										
											2015-02-10 15:23:56 +01:00
										 |  |  |         {% if not rtl %} | 
					
						
							| 
									
										
										
										
											2014-03-04 20:31:03 +01:00
										 |  |  |         <a href="{{ url_for('preferences') }}" class="hmarg">{{ _('preferences') }}</a> | 
					
						
							| 
									
										
										
										
											2015-02-10 15:23:56 +01:00
										 |  |  |         {% endif %} | 
					
						
							| 
									
										
										
										
											2013-10-21 00:37:57 +02:00
										 |  |  |     </p> | 
					
						
							| 
									
										
										
										
											2013-10-15 18:20:21 +02:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2014-10-26 11:14:05 +01:00
										 |  |  | {% include 'default/github_ribbon.html' %} | 
					
						
							| 
									
										
										
										
											2013-10-14 23:09:13 +02:00
										 |  |  | {% endblock %} | 
					
						
							| 
									
										
										
										
											2014-10-26 11:14:05 +01:00
										 |  |  | 
 |