bug1.tmpl 195 B

12345678
  1. {{define "title"}}render - redefinebug{{end}}
  2. {{define "content"}}
  3. <h1 id="hello">Hello</h1>
  4. <pre id="bug">
  5. without the funcTpl.Clone() the last template overwrites everything
  6. </pre>
  7. {{end}}