mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-30 21:15:48 +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>
 |