mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-30 22:46:47 +00:00
18 lines
356 B
HTML
18 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ site.lang | default: "en-US" }}">
|
|
|
|
<head>
|
|
<meta name="google-site-verification" content="DSQJcUHfBDb7_cYGtH1JmvPYyJodEIIlNSad607NRok" />
|
|
{% include head.html %}
|
|
</head>
|
|
|
|
<body class="antialiased cm-gray-1 min-h-screen">
|
|
{% include header.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
</body>
|
|
|
|
</html>
|