pda/testdata/template-no-template.ct

5 lines
175 B
XML

# --no-template outputs raw template syntax without evaluation
$ fecho tpl Hello, {{ .NAME }}
$ pda set tmpl@tplnt < tpl
$ pda get tmpl@tplnt --no-template
Hello, {{ .NAME }}