2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-11 01:25:36 +00:00
Files
inventree-website/_layouts/content.html
Matthias Mair 59be882348 make html nicer
2022-04-23 13:16:17 +02:00

11 lines
199 B
HTML

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