2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-29 05:56:45 +00:00

17 lines
272 B
HTML

<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
{% include base/head.html %}
</head>
<body class="antialiased cm-gray-1 min-h-screen">
{% include base/header.html %}
{{ content }}
{% include base/footer.html %}
</body>
</html>