1 2 3 4 5 6
{{template "_header.tmpl" .Common}} <div class="box"> <h1>{{.Heading}}</h1> <p>{{.Message}}</p> </div> {{template "_footer.tmpl" .Common}}