{{ partial "html-meta.html" . -}} {{ if not (or .IsHome .IsSection) }}{{ .Title }} - {{ end }}{{ .Site.Title }} {{ $css := resources.Get "static/style.scss" | resources.ToCSS (dict "transpiler" "dartsass" "enableSourceMap" false) | resources.Fingerprint }} {{ with .Site.Params.favicon -}} {{ end -}} {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{ end -}}

{{ .Site.Title }}

{{- if .Site.Params.subtitle }}

{{ .Site.Params.subtitle }}

{{- end }}
{{ block "main" . }}{{- end }}