9 lines
		
	
	
	
		
			145 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			145 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| {% block content %}
 | |
| 
 | |
|   <h1 id="404-page-not-found">404</h1>
 | |
| 
 | |
|   <p><strong>Page not found</strong></p>
 | |
| 
 | |
| {% endblock %}
 |