mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-10-31 13:35:48 +00:00 
			
		
		
		
	add more content templates
This commit is contained in:
		
							
								
								
									
										12
									
								
								_layouts/plugin_highlight.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								_layouts/plugin_highlight.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| --- | ||||
| layout: content | ||||
| --- | ||||
| <article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen"> | ||||
|     <h2>{{ page.title }}</h2> | ||||
|     {{ content }} | ||||
|     {% if page.plugin %} | ||||
|     <hr> | ||||
|     <p>Find out more about this plugin on the plugin site</p> | ||||
|     {% include plugin_card.html plugin=page.plugin %} | ||||
|     {% endif %} | ||||
| </article> | ||||
		Reference in New Issue
	
	Block a user