{{ partial "header.html" . }}
<div class="header">
<h1>header template</h1>
</div>
{{ partial "block-list.html" . }}
{{ partial "footer.html" . }}