forked from zaclys/searxng
		
	Translation will be implemented in the future. For now the "en" in /help/en/<pagename> is hardcoded.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			157 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			157 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends 'simple/page_with_header.html' %}
 | 
						|
{% block title %}{{ page.title }} - {% endblock %}
 | 
						|
{% block content %}
 | 
						|
{{ page.content | safe }}
 | 
						|
{% endblock %}
 |