20 lines
496 B
Cheetah
20 lines
496 B
Cheetah
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>WIP</title>
|
|
|
|
<link rel="stylesheet" href="/site/styles/index.css">
|
|
|
|
<script src="/site/scripts/htmx.min.js.gz"></script>
|
|
<script src="/site/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>
|