{{ .Title }}
{{- /* Subtitle */ -}} {{- with $params.subtitle -}}{{ . }}
{{- end -}} {{- /* Meta */ -}} {{- /* Featured image */ -}} {{- with $params.featuredimage -}}
{{- partial "plugin/image.html" (dict "src" . "alt" $.Description "large" true) -}}
{{- end -}}
{{- /* Static TOC */ -}}
{{- if $params.toc.enable -}}
{{ T "contents" }}
{{- $toc := .TableOfContents -}}
{{- $toc = partial "function/fontawesome.html" $toc -}}
{{- $toc = partial "function/ruby.html" $toc -}}
{{- $toc | safeHTML -}}
{{- dict "content" .Content "ruby" $params.ruby "fraction" $params.fraction "fontawesome" $params.fontawesome | partial "function/content.html" | safeHTML -}}
{{- /* Footer */ -}}
{{- partial "single/footer.html" . -}}
{{- /* Comment */ -}}
{{- partial "comment.html" . -}}