mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-13 10:35:27 +00:00
add more content templates
This commit is contained in:
9
_layouts/content.html
Normal file
9
_layouts/content.html
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
|
||||
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen">
|
||||
<h2>{{ page.title }}</h2>
|
||||
{{ content }}
|
||||
</article>
|
Reference in New Issue
Block a user