docs.xiv.zone/themes/mytheme/layouts/_default/baseof.html
Joshua Goins 0c890dee30 Overhaul site
I'm way too lazy to write this commit message, sorry.
2023-10-06 20:13:46 -04:00

15 lines
466 B
HTML

<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
{{- partial "head.html" . -}}
<body>
<header>{{- partial "header.html" . -}}</header>
<div id="content">
<aside>{{- partial "sidebar.html" . -}}</aside>
<article>
{{- block "main" . }}{{- end }}
</article>
</div>
<footer>{{- partial "footer.html" . -}}</footer>
</body>
</html>