testFuncMap.tmpl 83 B

12345
  1. {{define "title"}}render - funcMap{{end}}
  2. {{define "content"}}
  3. {{itoa 42}}
  4. {{end}}