| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  | {% extends "simple/base.html" %} | 
					
						
							|  |  |  | {% block content %} | 
					
						
							|  |  |  | <div class="center"> | 
					
						
							|  |  |  |     <h1>{{ _('Page not found') }}</h1> | 
					
						
							|  |  |  |     {% autoescape false %} | 
					
						
							| 
									
										
										
										
											2017-12-08 21:39:59 +01:00
										 |  |  |     <p>{{ _('Go to %(search_page)s.', search_page=unicode('<a href="{}">{}</a>').format(url_for('index'), _('search page'))) }}</p> | 
					
						
							| 
									
										
										
										
											2017-02-12 15:06:01 +01:00
										 |  |  |     {% endautoescape %} | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | {% endblock %} |