{{ define "header" }} {{ partial "menu.html" . }} {{ end }} {{ define "main" }}
{{ template "_internal/schema.html" . }}

{{ .Title }}

{{ partial "post/meta.html" . }}

{{ if .Description }}
{{ .Description }}
{{ end }} {{ if .Resources.GetMatch "header" }} {{ $image600 := (.Resources.GetMatch "header").Fill "600x338 q60 Center" }} {{ $image900 := (.Resources.GetMatch "header").Fill "900x506 q70 Center" }} {{ $image1200 := (.Resources.GetMatch "header").Fill "1200x675 q80 Center" }} {{ $image1600 := (.Resources.GetMatch "header").Fill "1600x900 q90 Center" }} {{ end }}
{{ partial "toc-maybe.html" . }}
{{ .Content }}
{{ if .Site.DisqusShortname }}
{{ template "_internal/disqus.html" . }}
{{ end }}
{{ end }} {{ define "footer" }} {{ partial "powered-by.html" . }} {{ end }}