mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
20 lines
541 B
HTML
20 lines
541 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ site.lang | default: " en-US " }}">
|
|
|
|
<head>
|
|
{% include base/head.html %}
|
|
<script async defer src="https://{{site.analytics-domain}}" data-website-id="{{site.analytics-id}}" data-do-not-track="true"></script>
|
|
</head>
|
|
|
|
<body class="flex flex-col antialiased cm-gray-1 min-h-screen">
|
|
<div class="flex-none">
|
|
{% include base/header.html %} {{ content }}
|
|
</div>
|
|
|
|
<div class="flex-grow"></div>
|
|
<div class="flex-none">
|
|
{% include base/footer.html %}
|
|
</div>
|
|
</body>
|
|
|
|
</html> |