{{ $toc := partial "toc.html" (dict "page" .) }} {{ $needTOC := .Scratch.Get "needTOC" }} {{ if and $needTOC (ne .Params.force_inline_toc true) }}
{{ else }}
{{ end }}
{{ if or $section.Params.sidebar_singlecard $section.Params.sidebar_multicard }} {{ end }}

{{- if .Params.icon -}} {{- partial "icon.html" .Params.icon -}} {{- end -}} {{- .Title -}}

{{ if .Params.subtitle }} {{ if (strings.HasSuffix .Params.subtitle ".") }} {{ errorf "Subtitles should not end in a period: '%s" .Params.subtitle }} {{ else }}

{{ .Params.subtitle }}

{{ end }} {{ end }} {{ if not .Params.skip_byline }} {{ if or .Params.attribution (gt .Page.ReadingTime 1) (ne .PublishDate.Year 0001) }} {{ end }} {{ end }} {{ if $needTOC }} {{ end }}