Add template for single pages

This commit is contained in:
Martin Müller 2020-11-23 23:11:31 +01:00
parent a6c4ddf205
commit 839e13c409
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{{ define "main" }}
<main>
<h1>{{ .Title }}</h1>
{{ .Content }}
</main>
{{ end }}