pda/testdata/template__no-template__ok.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 }}