mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
13 lines
336 B
HTML
13 lines
336 B
HTML
---
|
|
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>
|