mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-31 13:35:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			532 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			532 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="{{ site.lang | default: " en-US " }}">
 | |
| 
 | |
| <head>
 | |
|     {% include base/head.html %}
 | |
|     <script defer data-domain="{{site.analytics-domain}}" src="https://plausible.io/js/script{{site.analytics-add}}.js"></script>
 | |
| </head>
 | |
| 
 | |
| <body class="flex flex-col antialiased cm-gray-1 min-h-screen">
 | |
|     <div class="flex-none">
 | |
|         {% include base/header.html %} {{ content }}
 | |
|     </div>
 | |
| 
 | |
|     <div class="flex-grow"></div>
 | |
|     <div class="flex-none">
 | |
|         {% include base/footer.html %}
 | |
|     </div>
 | |
| </body>
 | |
| 
 | |
| </html> |