mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-30 13:05:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			257 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			257 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="{{ site.lang | default: "en-US" }}">
 | |
| 
 | |
| <head>
 | |
|     {% include head.html %}
 | |
| </head>
 | |
| 
 | |
| <body class="antialiased cm-gray-1 min-h-screen">
 | |
|     {% include header.html %}
 | |
| 
 | |
|     {{ content }}
 | |
| 
 | |
|     {% include footer.html %}
 | |
| </body>
 | |
| 
 | |
| </html>
 |