Adding 'partial' template function to add theme / local awareness to the partials directory.

This commit is contained in:
spf13
2014-06-06 16:15:19 -04:00
parent 4e99d6b54c
commit c297d7451f
9 changed files with 106 additions and 36 deletions

View File

@@ -1,3 +1,3 @@
{{ template "partials/header.html" . }}
{{ partial "header.html" . }}
{{ .Content }}
{{ template "partials/footer.html" . }}
{{ partial "footer.html" . }}