Skip to content

Instantly share code, notes, and snippets.

@ykyuen
Created November 19, 2018 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ykyuen/14c77590b507ee669980738c96889e95 to your computer and use it in GitHub Desktop.
Save ykyuen/14c77590b507ee669980738c96889e95 to your computer and use it in GitHub Desktop.
setup-nested-html-template-in-go-echo-web-framework-11
{{define "title"}}
Boatswain Blog | {{index . "name"}}
{{end}}
{{define "body"}}
<h1>{{index . "msg"}}</h1>
<h2>This is the about page.</h2>
{{end}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment