Files
capytal.cc/templates/layouts/layout_page.html

11 lines
282 B
HTML

{{define "layout-page-start"}}
{{template "layout-base-start" (args "Title" .Title)}}
<body class="min-w-screen relative min-h-screen bg-black text-white" hx-boost="true" hx-ext="head-support">
{{end}}
{{define "layout-page-end"}}
</body>
{{template "layout-base-end"}}
{{end}}