mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-31 05:25:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			304 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			304 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: default
 | |
| title: Plugins
 | |
| permalink: /plugins
 | |
| ---
 | |
| <div class="pt-3 pb-1 section-container">
 | |
|   <h1 class="header-text title-font mb-4 cm-gray-1">InvenTree Plugin Repository</h1>
 | |
|       {% for plugin in site.plugins %}
 | |
|         {% include plugin_card.html plugin=plugin %}
 | |
|       {% endfor %}
 | |
| </div>
 |