feat: Add main part

This commit is contained in:
Simon 2020-03-09 16:21:47 +01:00
parent 4cc8887010
commit 1e4735234c
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
{{ partial "head.html" . }}
<body>
{{ partial "header.html" . }}
<div id="content">
<main role="main" id="content">
{{ block "main" . }}{{ end }}
</div>
</main>
{{ partial "footer.html" . }}
</body>
</html>