{{define "a"}}
{{template "b"}}
{{end}}
b.tpl:
{{define "b"}}
{{end}}
why throw: not find "b" template?
If I remove {{define "a"}} from a.tpl, and execute(a.tpl) directly,
that's OK.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.