10 lines
		
	
	
		
			160 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			160 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base_page.html' %}
 | |
| 
 | |
| {% block title %}
 | |
|     Shucks.
 | |
| {% endblock %}
 | |
| 
 | |
| {% block description %}
 | |
| Looks like you're not supposed to be here.
 | |
| {% endblock %}
 |