{{ block "title" . }}{{ with .Title | markdownify }}{{ . }} - {{ end }}{{ .Site.Title | markdownify }}{{ end }}
{{- partial "head" . -}}
{{- block "json-ld" . -}}
{{/* This is where schema.org schemas get rendered for Google structured data */}}
{{- partial "seo/json-ld/index" . -}}
{{- end -}}
{{- end -}}
{{- block "navbar" . -}}
{{/* Use this block to override the navigation for any layout */}}
{{- partial "components/navbar" . -}}
{{- end -}}
{{- block "main" . -}}
{{/* Use this block to render the main content for any layout */}}
{{- end -}}
{{- block "footer" . -}}
{{/* Use this block to override the footer for any layout */}}
{{- partial "components/footer" . -}}
{{- end -}}
{{- block "scripts" . -}}
{{/* Use this block to override the scripts for any layout */}}
{{- partial "scripts" . -}}
{{- end -}}