15 lines
No EOL
257 B
HTML
Executable file
15 lines
No EOL
257 B
HTML
Executable file
{{ define "main" }}
|
|
<article>
|
|
<section>
|
|
{{- .Content -}}
|
|
</section>
|
|
<section>
|
|
{{ range .Paginator.Pages }}
|
|
<div>
|
|
{{- partial "summary.html" . -}}
|
|
</div>
|
|
{{ end }}
|
|
</section>
|
|
{{- partial "pagination.html" .Paginator -}}
|
|
</article>
|
|
{{ end }} |