First commit

This commit is contained in:
mpuccini
2021-02-16 16:29:19 +01:00
commit 78e7b28f72
159 changed files with 18172 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{{ partial "header" . .Section "list" }}
{{ partialCached "nav" . .Section }}
{{ block "main" . }}
{{ end }}
{{ partialCached "footer" . }}
{{ if .IsPage }}
{{ partialCached "scripts" . .Section "single" }}
{{ else }}
{{ partialCached "scripts" . .Section "list" }}
{{ end }}