2
0
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:
Matthias Mair
2022-04-16 21:06:47 +02:00
parent c749fd1b0b
commit fecc9a2080
31 changed files with 274 additions and 0 deletions

9
_layouts/content.html Normal file
View 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>