{{ partialCached "copying.html" . }} {{- partialCached "head/meta.html" . -}} {{- block "title" . -}} {{- partialCached "head/title.html" ( slice ( .Page.Title | plainify ) .Site.Title ) .Site.Title .Page.Title -}} {{- end -}} {{- partialCached "head/references.html" ( dict "sc" $ "pc" . ) -}} {{- with .OutputFormats.Get "rss" -}} {{- end -}} {{- partialCached "head/stylesheets.html" . -}} {{- if .Param "math" -}} {{- partialCached "head/math.html" . -}} {{- end -}} {{- block "header-scripts" . -}} {{ with .Params.locations }} {{ end }} {{- end -}} {{- block "header-styles" . -}} {{ with .Params.styles }} {{ end }} {{ with .Params.locations }} {{ end }} {{- end -}} {{- block "header" . -}} {{- partialCached "header/site-header.html" . -}} {{- end -}}
{{ block "main-header" . }} {{- partial "single/main-header.html" ( dict "pc" . "sc" $ ) -}} {{ end }} {{ block "main-body" . }}
{{- with .Summary -}}

Summary

{{- . -}}

{{ end }} {{- if ( or .Params.internal_links .Params.external_links ) -}} {{- partial "single/main-body/links.html" ( dict "pc" . "sc" $ ) -}} {{- end -}} {{- partial "single/main-body/content.html" ( dict "pc" . "sc" $ ) -}} {{ block "main-body-additional" . }}{{ end }}
{{- with .Page.Resources.Get "comments.md" -}} {{- partial "single/main-body/comments.html" ( dict "pc" . "sc" $ ) -}} {{- end -}} {{ end }} {{ block "main-footer" . }} {{- partial "single/post-meta.html" ( dict "pc" . "sc" $ ) -}} {{ end }}
{{- block "footer" . -}} {{- end -}}