forked from nutomic/joinpeertube
11 lines
353 B
HTML
11 lines
353 B
HTML
{{ 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" . }}
|