{{ define "header" }} {{ partial "header.html" . }} {{ end }} {{ define "main" }}

{{ .Title }}

{{ partial "table_of_contents.html" . }} {{ partial "ruby_controls.html" . }} {{- $hasContent := false -}} {{ with .Content }} {{- $hasContent = true -}} {{ . }} {{ end }} {{ if .Params.posts | default true }} {{ if and $hasContent }}

Posts

{{ end }} {{ end }} {{ end }} {{ define "footer" }} {{ partial "footer.html" . }} {{ end }}