Readded list default that is same as single default

This commit is contained in:
Brandon Rozek 2020-03-01 09:46:34 -05:00
parent 84b4d3d344
commit cd7600e6fd

View file

@ -0,0 +1,9 @@
{{ define "main"}}
<h1 class='title'>{{ .Title }}</h1>
{{ partial "header.html" . }}
<!-- content -->
<div id="contentBody">
{{ .Content }}
</div>
{{ partial "footer.html" . }}
{{ end }}