11 lines
305 B
HTML
11 lines
305 B
HTML
{{- define "main" -}}
|
|
{{- $paginator := .Paginator -}}
|
|
|
|
<section class="article header"><h1>{{- .Title -}}</h1></section>
|
|
{{- partial "section-body.html" . -}}
|
|
<!-- Ranges through content/posts/*.md -->
|
|
|
|
{{- partial "note-list.html" $paginator -}}
|
|
{{- partial "pagination.html" $paginator -}}
|
|
|
|
{{- end -}} |