{{ define "header" }} {{ partial "header.html" . }} {{ end }} {{ define "main" }} {{ .Title }} {{ partial "ruby_controls.html" . }} {{- $hasContent := false -}} {{ with .Content }} {{- $hasContent = true -}} {{ . }} {{ end }} {{ if .Params.posts | default true }} {{ if $hasContent }}