tmpl/templates/base.txt

4 lines
153 B
Plaintext
Raw Normal View History

2015-04-29 23:45:42 -07:00
{{ define "header" }}head {{ template "title" .Name }}{{ end }}
{{ define "footer" }}foot {{ if . }}{{ . }}{{ end }} {{ end }}
{{ template "body" . }}