{{ define "head" }} {{ partial "mathjax.html" }} {{ end }} {{ define "main" }}

{{ .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

{{ end }} {{ with .Resources.ByType "page" }}

Bundled Sub-pages

{{ range . }}

{{ .Title }}

{{ .Content }} {{ end }} {{ end }}

Page (Debug)

{{ partial "debugprint.html" . }}

Page Params (Debug)

{{ partial "debugprint.html" .Params }} {{ with .Resources }}

Resources (Debug)

{{ partial "debugprint.html" . }} {{ end }}

File Object (Debug)

{{ partial "debugprint.html" .File }} {{ end }}
{{ end }}