2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-02 15:28:52 +00:00
2022-04-23 12:58:05 +02:00

15 lines
207 B
HTML

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