1
0
Fork 0
hugo/tpl/internal/go_templates/texttemplate/testdata/file2.tmpl

3 lines
76 B
Cheetah

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