2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-06 09:18:53 +00:00
2021-11-05 22:27:30 +01:00

12 lines
198 B
HTML

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