2020-09-06 08:18:38 -04:00
|
|
|
{{ define "main" }}
|
2020-12-21 11:26:58 -05:00
|
|
|
<h3 class="section-title">{{ .Title }}</h3>
|
2020-09-06 08:18:38 -04:00
|
|
|
|
2020-09-12 04:33:53 -04:00
|
|
|
<section class="article-list--compact">
|
|
|
|
{{ range .Paginator.Pages }}
|
|
|
|
{{ partial "article-list/compact" . }}
|
|
|
|
{{ end }}
|
|
|
|
</section>
|
2020-09-06 08:18:38 -04:00
|
|
|
|
2020-09-12 04:33:53 -04:00
|
|
|
{{- partial "pagination.html" . -}}
|
2020-09-06 08:18:38 -04:00
|
|
|
|
2020-09-12 04:33:53 -04:00
|
|
|
{{ partialCached "footer/footer" . }}
|
|
|
|
{{ end }}
|
2020-09-06 08:18:38 -04:00
|
|
|
|
2020-09-12 04:33:53 -04:00
|
|
|
{{ define "right-sidebar" }}
|
2020-09-06 08:18:38 -04:00
|
|
|
{{ partialCached "sidebar/right.html" . }}
|
|
|
|
{{ end }}
|