2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 02:25:31 +00:00
Files
inventree-website/_layouts/default.html
2021-11-08 23:24:52 +01:00

16 lines
256 B
HTML

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