You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
929 B
HTML

<!doctype html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "paige_head.html" . }}
<body class="d-flex flex-column">
<div class="container flex-fill">
<div class="row">
<div class="col">
{{ partial "paige_header.html" . }}
<main>
<article>
{{ block "main" . }}{{ end }}
</article>
</main>
{{ partial "paige_footer.html" . }}
</div>
</div>
</div>
{{ partial "paige_script.html" . }}
{{ if templates.Exists "partials/paige_body_last.html" }}
{{ partial "paige_body_last.html" . }}
{{ end }}
</body>
</html>
{{ if not .Site.Params.paigehidethemecomment }}
{{ printf "<!-- Paige theme from https://github.com/willfaught/paige -->" | safeHTML }}
{{ end }}