mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-30 04:55:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			509 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			509 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: default
 | |
| ---
 | |
| 
 | |
| {% include block/hero.html
 | |
|     title=site.tagline
 | |
|     title_2=page.title_2
 | |
|     image='https://dummyimage.com/860x600'
 | |
|     color='with InvenTree'
 | |
|     detail=page.long_text
 | |
|     buttons=page.buttons
 | |
| %}
 | |
| 
 | |
| {% assign data = site.data[page.data] %}
 | |
| {% include block/features.html data=data extend=true %}
 | |
| 
 | |
| {% include block/cta.html cta=site.data.ctas.learn %}
 | |
| {% include block/functions.html data=site.data.functions.general extend=true %}
 | |
| {% include block/cta.html cta=site.data.ctas.end %}
 |