{{ template "layout_header" . }}

<div class="row">
  <div class="twelve columns">
    <p>This is a test.</p>
  </div>
</div>

{{ template "layout_footer" . }}