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