1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul-website synced 2024-10-31 21:33:09 +00:00
strimertul-website/themes/strimertul/layouts/_default/baseof.html
Ash Keel 2dcb38336c
All checks were successful
continuous-integration/drone/push Build is passing
v4 alpha release
2024-04-21 01:20:54 +02:00

13 lines
272 B
HTML

<!DOCTYPE html>
<html lang="en">
{{- partial "head.html" . -}}
<body>
<main>
<div class="content">
{{- partial "header.html" . -}}
{{- block "main" . }}{{- end }}
</div>
</main>
{{- partial "footer.html" . -}}
</body>
</html>