2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

add navs to base

This commit is contained in:
Matthias Mair 2021-11-05 23:44:43 +01:00
parent 86c66b2b70
commit 5c0064a7e0

View File

@ -6,7 +6,11 @@
</head>
<body class="antialiased text-gray-900 min-h-screen">
{% include header.html %}
{{ content }}
{% include footer.html %}
</body>
</html>