hugo/tpl/internal/go_templates/texttemplate/testdata/file2.tmpl
Bjørn Erik Pedersen 167c01530b
Create lightweight forks of text/template and html/template
This commit also removes support for Ace and Amber templates.

Updates #6594
2019-12-12 09:59:34 +01:00

2 lines
76 B
Cheetah

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