{{ $random := (md5 .Title) }} {{ $iconPath := printf "%sicon.svg" .File.Dir }} {{ if fileExists $iconPath }} {{ end }}

{{ trim .Title " " | markdownify }}

{{ partial "post-language-switcher.html" . }}
{{ if not .Site.Params.disableSummary }}
{{ .Summary | safeHTML }}
{{ end }} {{ if and (.Truncated) (.Site.Params.readMore) }}
{{ i18n "readMore" }}
{{ end }} {{ if .Store.Get "hasMermaid" }} {{ partial "mermaid_support.html" . }} {{ end }} {{ if .Params.math }} {{ partial "mathjax_support.html" . }} {{ end }} {{ partial "post-info.html" . }}