joinpeertube/themes/hugo-bootstrap-premium/layouts/taxonomy/topic.html

12 lines
353 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">
<header class="container">
{{ partial "bloc/content/h1-title.html" . }}
</header>
{{ range $index, $page := .Paginator.Pages }}
{{ .Render "summary" }}
{{ end }}
{{ partial "bloc/content/pagination.html" . }}
</section>
{{ partial "foot.html" . }}