Files
inventree-website/_layouts/content.html
T

15 lines
271 B
HTML

---
layout: default
---
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto"
{% if layout.fullwith %}
style="max-width: 90%"
{% endif %}
>
{% if layout.notitle != true %}
<h2>{{ page.title }}</h2>
{% endif %}
{{ content }}
</article>