feat: Add debug mode

This commit is contained in:
2020-09-09 12:15:15 +02:00
parent 2108cde59e
commit 371b954e21
2 changed files with 14 additions and 0 deletions

View File

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