blob: 8b9401a58d2fbc1e946b150966cf7ae5fc38f329 (
plain) (
tree)
|
|
{{ partial "header.html" . }}
</header>
<div class="header">
<h1>{{ .Title }}</h1>
</div>
<div class="content">
{{ range .Data.Pages }}
{{ .Render "summary"}}
{{ end }}
</div>
{{ partial "footer.html" . }}
|