{{> partials/head }}
<div class="column col-auto">
    <h1>Hello {{name}}</h1>
    <p>The time is {{now}}</p>
</div>
{{> partials/foot }}