Files
inventory-plus-plus/internal/site/templates/layout.html.tmpl
T
2025-12-29 23:49:23 -07:00

20 lines
481 B
Cheetah

<!DOCTYPE html>
<html>
<head>
<title>WIP</title>
<link rel="stylesheet" href="/styles/index.css">
<script src="/scripts/htmx.min.js.gz"></script>
<script src="/scripts/_hyperscript.min.js.gz"></script>
{{/* This is where the page_head template will be inserted into the page */}}
{{- block "head" . }}{{ end }}
</head>
<body>
{{/* This is where the page_body template will be inserted into the page */}}
{{- block "body" . }}{{ end }}
</body>
</html>