What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html
		
			
				
	
	
		
			6 lines
		
	
	
		
			154 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			154 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends 'courgette/base.html' %}
 | 
						|
{% block content %}
 | 
						|
{% include 'courgette/github_ribbon.html' %}
 | 
						|
{% include '__common__/about.html' %}
 | 
						|
{% endblock %}
 |