forked from zaclys/searxng
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			275 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			275 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% from 'oscar/macros.html' import result_header, result_sub_header, result_footer %}
 | |
| 
 | |
| {{ result_header(result) }}
 | |
| {{ result_sub_header(result) }}
 | |
| 
 | |
| {% if result.content %}<p class="result-content">{{ result.content|safe }}</p>{% endif %}
 | |
| 
 | |
| {{ result_footer(result) }}
 | 
