{{ partial "header.html" . }} {{ partial "nav.html" . }}

{{ .Title }}

{{ .Content }} {{ $path := .Page.File.Path | strings.TrimSuffix (path.Ext .Page.File.Path) }} {{ $images := where (resources.Match "photos/test1/*" ) "ResourceType" "eq" "image" }}
{{ partial "footer.html" . }}