37 lines
1 KiB
HTML
37 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
{{block "head" .}}{{end}}
|
|
|
|
<meta name="htmx-config" content='{"htmx.config.scrollIntoViewOnBoost":false}'>
|
|
<script type="application/javascript" src="/script/lib/htmx.min.js"></script>
|
|
<script type="application/javascript" src="/script/lib/htmx-head-support.js"></script>
|
|
</head>
|
|
|
|
<body hx-ext="head-support">
|
|
{{template "header"}}
|
|
|
|
{{block "content" .}}
|
|
<main>
|
|
<h1>
|
|
# hello, world!
|
|
</h1>
|
|
<p>
|
|
this is a default page!
|
|
</p>
|
|
</main>
|
|
{{end}}
|
|
|
|
{{template "footer"}}
|
|
<div id="overlay"></div>
|
|
{{template "prideflag"}}
|
|
</body>
|
|
|
|
</html>
|