11 lines
		
	
	
		
			235 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			235 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{% extends "base" %}
 | 
						|
 | 
						|
{% block init %}
 | 
						|
    {% set title = "404 File Not Found" %}
 | 
						|
 | 
						|
    {% set show_contact = True %}
 | 
						|
 | 
						|
    {% set page_title = "File Not Found" %}
 | 
						|
    {% set page_subtitle = "This page does not exist." %}
 | 
						|
{% endblock %}
 |