8ef3831a39d95ece4ee8d12a7ec02fc4da0fbf0d
[salamandradevs.site/.git] / themes / droda / layouts / _default / list.html
1 {{ define "main" }}
2 <main>
3   <div class="articles">
4     {{ $paginator := .Paginate (where .Data.Pages "Section" .Section) }}
5     {{ range $paginator.Pages }}
6     {{ .Render "article" }}
7     {{ end }}
8   </div>
9 </main>
10 {{ end }}