private_mirror/layouts/_default/section.html

9 lines
155 B
HTML

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