add head.tpl

This commit is contained in:
Henrique Dias
2015-09-12 21:20:40 +01:00
parent eef006d629
commit 6966cb7392
2 changed files with 16 additions and 0 deletions

View File

@@ -1 +1,7 @@
{{ define "Head" }}
{{ template "head" }}
{{ end }}
{{define "Body"}}
{{ .Content }}
{{ end }}