12 lines
345 B
HTML
12 lines
345 B
HTML
|
{{ partial "head.html" . }}
|
||
|
<section id="main-content" class="container main_content section">
|
||
|
<header>
|
||
|
{{ partial "bloc/content/h1-title.html" . }}
|
||
|
</header>
|
||
|
{{ range $index, .Paginator.Pages.ByTitle }}
|
||
|
{{ .Render "section.li" }}
|
||
|
{{ end }}
|
||
|
{{ partial "bloc/content/pagination.html" . }}
|
||
|
</section>
|
||
|
{{ partial "foot.html" . }}
|