7 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| {% block content %}
 | |
| <h2>{{ page.title }}</h2>
 | |
| 
 | |
| {{ page.content | safe }}
 | |
| {% endblock content %}
 | 
