{{ if not (eq .Site.Title .Params.title) }}

{{ .Params.title }}

{{ end }} {{ if .Params.description }}
{{ .Params.description | markdownify }}
{{end}} {{ if .Params.toc }}

Contents 🔗︎

{{ end }} {{ .Content | replaceRE "()" `${1} 🔗︎ ${3}` | safeHTML }}