{{ define "main" }} {{ partial "page-header" . }}

DEVON WAS HERE

{{ $subdirs := .GetSubDirs "." }} {{/* {{ $filteredSubdirs := where $subdirs (regexMatch "^[0-9]+$") }} */}} {{ range $subdir := $subdirs }} {{ $subdir | replaceRE "^/" "" }}
{{ end }}
{{ .Content }}
{{ end }}