mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			154 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			154 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends 'courgette/base.html' %}
 | 
						|
{% block content %}
 | 
						|
{% include 'courgette/github_ribbon.html' %}
 | 
						|
{% include '__common__/about.html' %}
 | 
						|
{% endblock %}
 |