{{ define "main" }} {{ $disableImageOptimization := .Site.Params.disableImageOptimization | default false }}
{{ with .Site.Params.Author.image }} {{ $authorImage := resources.Get . }} {{ if $authorImage }} {{ if not $disableImageOptimization }} {{ $authorImage = $authorImage.Fill "288x288" }} {{ end }} {{ $.Site.Params.Author.name | default {{ end }} {{ end }}

{{ .Site.Params.Author.name | default .Site.Title }}

{{ partialCached "author-links.html" . }}
{{ if .Params.showBreadcrumbs | default (.Site.Params.article.showBreadcrumbs | default false) }} {{ partial "breadcrumbs.html" . }} {{ end }}

{{ .Title | emojify }}

{{ .Content | emojify }}
{{ end }}