2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-01 23:16:47 +00:00
2022-04-18 21:53:28 +02:00

11 lines
223 B
HTML

---
layout: default
---
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen">
{% if layout.notitle != true %}
<h2>{{ page.title }}</h2>
{% endif %}
{{ content }}
</article>