You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			15 lines
		
	
	
		
			360 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			15 lines
		
	
	
		
			360 B
		
	
	
	
		
			HTML
		
	
{% extends "base.html" %}
 | 
						|
{% block html_lang %}{{ page.lang }}{% endblock %}
 | 
						|
 | 
						|
{% block title %}{{ SITENAME }} - {{ page.title|striptags }}{%endblock%}
 | 
						|
 | 
						|
{% block bodyclass %}{{ page.slug }}{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
    <h1>{{ page.title }}</h1>
 | 
						|
 | 
						|
    {{ page.content }}
 | 
						|
 | 
						|
    <p><a href="{{ SITEURL }}/"><strong>← Back</strong></a></p>
 | 
						|
{% endblock %}
 |