mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-11-04 07:25:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			257 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			257 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="{{ site.lang | default: "en-US" }}">
 | 
						|
 | 
						|
<head>
 | 
						|
    {% include head.html %}
 | 
						|
</head>
 | 
						|
 | 
						|
<body class="antialiased cm-lgt-txt min-h-screen">
 | 
						|
    {% include header.html %}
 | 
						|
 | 
						|
    {{ content }}
 | 
						|
 | 
						|
    {% include footer.html %}
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |