mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-31 04:45:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			192 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			192 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "main.html" %}
 | |
| {% block content %}
 | |
|   <h1>
 | |
|   	<span class="twemoji">{% include ".icons/fontawesome/regular/sad-tear.svg" %}</span>
 | |
|   	Uh oh - Page not found...
 | |
|   </h1>
 | |
| {% endblock %} |