{{ define "title" }}{{ $themes := .RegularPages }}{{ $themes := (where $themes ".Params.draft" "!=" true) }}{{ $themes := (where $themes ".Params.disabled" "!=" true) }}{{ $paginatorTitle := .Paginate $themes }}{{ .Title }} Themes {{ if eq $paginatorTitle.PageNumber 1 }}({{ $paginatorTitle.TotalNumberOfElements }}){{ end }}{{ if gt $paginatorTitle.PageNumber 1 }} | Page {{ $paginatorTitle.PageNumber }}{{ end }}{{ end }} {{ define "body_classes" }}page-default-taxonomy{{ end }} {{ define "meta_description" }} {{ end }} {{ define "main" }} {{ $themes := .RegularPages }} {{ $themes := (where $themes ".Params.draft" "!=" true) }} {{ $themes := (where $themes ".Params.disabled" "!=" true) }} {{ $themeCount := len $themes}} {{ $paginator := .Paginate $themes }}
{{.Title}} Logo

{{ .Title }} Themes {{ if gt $paginator.PageNumber 1 }} - Page {{ $paginator.PageNumber }}{{ end }} {{ if eq $paginator.PageNumber 1 }}({{ $themeCount }}){{ end }}

Browse our list of {{ .Title }} themes, starters and templates.

{{ partial "breadcrumbs.html" . }}
{{ range $paginator.Pages.ByDate.Reverse }} {{ $repoName := printf "%s" (substr (replace .Params.github "/" "-") 19 | urlize) }} {{ $repo := index .Site.Data.themes $repoName }} {{ $stackbit := index .Site.Data.stackbit $repoName }} {{ partial "theme-card.html" (dict "theme" . "repo" $repo "stackbit" $stackbit "site" $.Site) }} {{ end }}
{{ partial "pagination.html" . }}
{{ end }}