{{ $directory := "content/" }} {{ $filename := "about.md" }} {{ if (where (readDir $directory) "Name" $filename) }}

{{ with $.Site.GetPage "page" "about" }}{{ .Title }}{{ end }}

{{ with $.Site.GetPage "page" "about" }} {{ .Content }} {{ end }}
{{ end }}