joinpeertube/themes/hugo-bootstrap-premium/layouts/section/code.html

12 lines
345 B
HTML
Raw Normal View History

2018-02-28 15:33:36 +00:00
{{ 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" . }}