mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-11-04 07:25:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			199 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			199 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: default
 | 
						|
---
 | 
						|
 | 
						|
<article{% if layout.fullwith %} class="max-w-p90"{% endif %}>
 | 
						|
    {% if layout.notitle != true %}
 | 
						|
    <h2>{{ page.title }}</h2>
 | 
						|
    {% endif %}
 | 
						|
    {{ content }}
 | 
						|
</article>
 |