hugo/tpl/internal/go_templates/htmltemplate/testdata/file2.tmpl

3 lines
76 B
Cheetah
Raw Normal View History

{{define "dot"}}{{.}}{{end}}
{{define "nested"}}{{template "dot" .}}{{end}}