{{ define "main" }}
{{ with .Site.Params.hero.avatar }}
{{ $.Site.Params.brand }}
{{ end }}

{{ .Title }}

{{ with .Params.subtitle }}

{{ . }}

{{ end }}
{{ $content := .Content }} {{ $content = replace $content "
" "|||SPLIT|||" }} {{ $content = replace $content "
" "|||SPLIT|||" }} {{ $content = replace $content "
" "|||SPLIT|||" }} {{ $parts := split $content "|||SPLIT|||" }} {{ if eq (len $parts) 1 }} {{ .Content }} {{ else }} {{ index $parts 0 | safeHTML }}
{{ range after 1 $parts }} {{ $trimmed := trim . " \n\t" }} {{ if $trimmed }}
{{ . | safeHTML }}
{{ end }} {{ end }}
{{ end }}
{{ with .Site.Params.social }}

Let's Connect

{{ end }}
{{ end }}