mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-18 04:55:32 +00:00
strting
This commit is contained in:
13
home/_layouts/default.html
Normal file
13
home/_layouts/default.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ site.lang | default: "en-US" }}">
|
||||
|
||||
<head>
|
||||
{% include head.html %}
|
||||
</head>
|
||||
|
||||
<body class="antialiased text-gray-900 min-h-screen">
|
||||
{{ content }}
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user