{{ define "title" }} “{{ .Title | plainify }}” | {{ .Site.Title }} {{ end }} {{ define "main-class" }}--single layouts-blog-single{{ end }} {{ define "header-scripts" }} {{ with .Params.locations }} {{ end }} {{ end }} {{ define "header-styles" }} {{ with .Params.styles }} {{ end }} {{ with .Params.locations }} {{ end }} {{ end }} {{ define "footer-scripts" }} {{ with .Params.locations }} {{ end }} {{ if $.HasShortcode "chart" }} {{ $chartsConfigJS := $.Page.Resources.GetMatch "charts-init" | fingerprint }} {{ end }} {{ end }} {{ define "main-header" }} {{ partial "single/main-header.html" ( dict "pc" . "sc" $ ) }} {{ end }} {{ define "main-body" }}
{{ with .Summary }}

Summary

{{ . }}

{{ end }} {{- if ( or .Params.internal_links .Params.external_links ) -}}
{{- with .Params.internal_links -}}

Internal Links

{{- end -}} {{- with .Params.external_links -}}

External Links

{{- end -}}
{{- end -}}
{{ .Content }}
{{ if fileExists ( path.Join $.Page.File.Dir "appendices.md" ) }}

Appendices

{{ $file := path.Join $.Page.File.Dir "appendices.md" | readFile }} {{ $file | .RenderString }}
{{ end }} {{ if fileExists ( path.Join $.Page.File.Dir "corrigendum.md" ) }}

Corrigendum

{{ $file := path.Join $.Page.File.Dir "corrigendum.md" | readFile }} {{ $file | .RenderString }}
{{ end }}
{{ with .Page.Resources.Get "comments.md" }}

Comments

{{ end }} {{ end }} {{ define "main-footer" }} {{ partial "single/post-meta.html" ( dict "pc" . "sc" $ ) }} {{ end }}