{{ .Title }}
{{ $page := . }} {{ with .Site.Taxonomies }} {{ range $key,$_ := . }} {{ with $page.Param $key }} {{ $val := . }}{{ printf `%s:` $key | safeHTML }} {{ with $.Site.GetPage "taxonomyTerm" $key }} {{ $taxonomy_page := . }} {{ range $val }} {{ . }} {{ end }} {{ end }}
{{ end }} {{ end }} {{ end }}{{ if .Params.draft }}
This is a Draft
{{ end }}
Description/Summary
{{ with .Description }} {{ . | markdownify }} {{ else }} {{ partial "summary_minus_toc.html" . | safeHTML }} {{ end }}{{ partial "header_image.html" . }}
Content
{{ .Content }} {{ if (not ($.Param "disable_debug")) }} {{ with .Resources }}Resources
-
{{ range . }}
{{ if .RelPermalink }}
- {{ .Title }} {{ else }}
- {{ .ResourceType | title }} (no link, only embedded in page) {{ end }} {{ end }}