tmpl/templates/base.txt

4 lines
153 B
Plaintext

{{ define "header" }}head {{ template "title" .Name }}{{ end }}
{{ define "footer" }}foot {{ if . }}{{ . }}{{ end }} {{ end }}
{{ template "body" . }}