Skip to content

Instantly share code, notes, and snippets.

@sanatgersappa
Created November 11, 2013 06:20
Show Gist options
  • Save sanatgersappa/7408747 to your computer and use it in GitHub Desktop.
Save sanatgersappa/7408747 to your computer and use it in GitHub Desktop.
{{define "main"}}
{{template "header" .}}
<div class="content">
<h2>Main</h2>
<div>This is the Main page</div>
</div>
{{template "footer" .}}
{{end}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment