mirror of https://github.com/lumapu/ahoy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
302 B
12 lines
302 B
<!doctype html>
|
|
<html lang="en" class="h-100">
|
|
{{ partial "head.html" . }}
|
|
<body class="d-flex flex-column h-100">
|
|
{{ partial "nav.html" . }}
|
|
<main>
|
|
{{ block "main" . }}
|
|
{{ end }}
|
|
</main>
|
|
{{ partial "footer.html" . }}
|
|
</body>
|
|
</html>
|
|
|