{{ .Get 1 }}
{{ $active_category := .Get 0 }} {{ $active_status := .Get 1 }} {{ $is_exists := 0 }} {{ range $page := .Site.RegularPages }} {{ if gt (len (findRE $active_status $page.Params.status)) 0 }} {{ if gt (len (findRE (print "/" $active_category "/") $page.File)) 0 }} {{ $is_exists = 1 }} {{ end }} {{ end }} {{ end }} {{ if eq $is_exists 1 }} {{ range $page := .Site.RegularPages }} {{ if gt (len (findRE $active_status $page.Params.status)) 0 }} {{ if gt (len (findRE (print "/" $active_category "/") $page.File)) 0 }} {{ end }} {{ end }} {{ end }}
Status PEP Authors
{{ $page.Params.status }} {{ $page.Title }} {{ $page.Params.author }}
{{ else }}

Not found

{{ end }}