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.
13 lines
377 B
13 lines
377 B
<!doctype html>
|
|
<html lang="en" class="h-100">
|
|
{{ partial "head.html" . }}
|
|
<body class="d-flex flex-column h-100">
|
|
{{ partial "nav.html" . }}
|
|
<main class="flex-shrink-0 pt-5 pb-5">
|
|
<div class="container">
|
|
{{ block "main" . }}{{ end }}
|
|
</div>
|
|
</main>
|
|
{{ partial "footer.html" . }}
|
|
</body>
|
|
</html>
|
|
|