{{ template "layout" . }}

{{ define "title" }}Dashboard{{ end }}

{{ define "content" }}
  <div class="row">
    <div class="twelve columns">
      <p>This is a test.</p>
    </div>
  </div>
{{ end }}