{{ define "head" }} {{ end }} {{ define "main" }} {{- partialCached "util/background.html" "bg" -}}
{{- if $.Page.Resources.GetMatch "cover.*" -}}
{{- partial "util/cover.html" (dict "class" "banner-holder" "page" . "width" 800 "height" 400) -}}
{{- end -}}

{{.Title}}

{{- partial "util/heading-anchors.html" .Content -}} {{- $title := default .Title "" -}} {{- with .Params.youtube -}}

Video

Here is the video: {{- partial "post/youtube.html" (dict "id" . "title" $title) -}}

{{- end -}}
{{- partial "post/sidebar.html" . -}}
{{- partial "post/similar.html" . -}} {{- partial "post/comments.html" . -}}
{{- end -}}