joinpeertube/themes/hugo-bootstrap-premium/layouts/section/code.html
2018-02-28 16:33:36 +01:00

11 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" . }}