| 
									
										
										
										
											2013-10-14 23:09:13 +02:00
										 |  |  | {% extends "base.html" %} | 
					
						
							|  |  |  | {% block content %} | 
					
						
							| 
									
										
										
										
											2013-10-15 00:02:55 +02:00
										 |  |  | <form method="post" action=""> | 
					
						
							|  |  |  |     <input type="text" name="q" value="{{ q }}"/> | 
					
						
							|  |  |  |     <input type="submit" value="search" /> | 
					
						
							|  |  |  | </form> | 
					
						
							| 
									
										
										
										
											2013-10-14 23:09:13 +02:00
										 |  |  | {% for result in results %} | 
					
						
							|  |  |  |     <p>{{ result|safe }}</p> | 
					
						
							|  |  |  | {% endfor %} | 
					
						
							|  |  |  | {% endblock %} |