{{ .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.
{{ 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 }}
Browse our list of {{ .Title }} themes, starters and templates.