9 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "utility_page.html" %}
 | 
						|
 | 
						|
{% block header_title %}{{ flatpage.title }}{% endblock header_title %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
 | 
						|
{{ flatpage.content }}
 | 
						|
 | 
						|
{% endblock content %}
 |