mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-11-03 23:15:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			284 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			284 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
layout: default
 | 
						|
---
 | 
						|
 | 
						|
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen"
 | 
						|
{% if layout.fullwith %}
 | 
						|
style="max-width: 90%"
 | 
						|
{% endif %}
 | 
						|
>
 | 
						|
    {% if layout.notitle != true %}
 | 
						|
    <h2>{{ page.title }}</h2>
 | 
						|
    {% endif %}
 | 
						|
    {{ content }}
 | 
						|
</article>
 |