trwnh.com/threads.hugo/layouts/index.html

10 lines
167 B
HTML
Raw Normal View History

{{ define "main" }}
<main class="index">
<section class="pages">
<div class="container">
{{ partial "paginator.html" . }}
</div>
</section>
</main>
{{ end }}