You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

22 lines
527 B
HTML

{{ if eq .Kind "taxonomy" }}
<div class="title-block">
<a href="test" class="articles__title">{{ .Data.Term }}</a>
</div>
{{ end }}
{{ if eq .Kind "section" }}
<div class="title-block">
<a href="test" class="articles__title">{{ .Section }}</a>
</div>
{{ end }}
{{ range .Paginator.Pages }}
<section class="articles base-section">
<div class="articles__wrap right">
{{partial "main/main-content-list-item" .}}
</div>
</section>
{{ end }}