mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-13 10:35:27 +00:00
refactor base components
This commit is contained in:
@ -2,15 +2,15 @@
|
||||
<html lang="{{ site.lang | default: "en-US" }}">
|
||||
|
||||
<head>
|
||||
{% include head.html %}
|
||||
{% include base/head.html %}
|
||||
</head>
|
||||
|
||||
<body class="antialiased cm-gray-1 min-h-screen">
|
||||
{% include header.html %}
|
||||
{% include base/header.html %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
{% include footer.html %}
|
||||
{% include base/footer.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user