mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-13 10:35:27 +00:00
use content layout to render publishers
This commit is contained in:
@ -3,6 +3,8 @@ 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>
|
||||
|
Reference in New Issue
Block a user