Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created September 4, 2015 04:51
Show Gist options
  • Select an option

  • Save IndianGuru/927eaea67a812ad4b54f to your computer and use it in GitHub Desktop.

Select an option

Save IndianGuru/927eaea67a812ad4b54f to your computer and use it in GitHub Desktop.
Define and End in Go
`{{define "T1"}}ONE{{end}}
{{define "T2"}}TWO{{end}}
{{define "T3"}}{{template "T1"}} {{template "T2"}}{{end}}
{{template "T3"}}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment