mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-30 13:05:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: default
 | |
| title: Plugins
 | |
| ---
 | |
| <div class="section-container">
 | |
|   <h1 class="header-text title-font mb-4 cm-gray-1">Plugins Repository</h1>
 | |
|       {% for plugin in site.plugins %}
 | |
|         {% include plugin_card.html plugin=plugin %}
 | |
|       {% endfor %}
 | |
| </div>
 |