{{ partial "page_start.html" . }}

{{ title .Title }}

{{ if .Content }}
{{ if .Params.image }} {{ end }} {{ .Content }}
{{ end }} {{ if ne .Params.hide_pages "true" }}
{{ $parent := . }} {{ range where .Pages.ByTitle "Params.show_in_nav" "!=" "false" }} {{ if $parent.Params.show_images }} {{ partial "box_image.html" . }} {{ else }} {{ partial "box.html" . }} {{ end }} {{ end }}
{{ end }}
{{ partial "page_end.html" . }}