mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-11-04 07:25:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			304 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 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.repo %}
 | 
						|
        {% include plugin_card.html plugin=plugin %}
 | 
						|
      {% endfor %}
 | 
						|
</div>
 |