2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 19:15:28 +00:00

add more content templates

This commit is contained in:
Matthias Mair
2022-04-16 21:06:47 +02:00
parent c749fd1b0b
commit fecc9a2080
31 changed files with 274 additions and 0 deletions

View 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>