{{ 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 }}

Posts

{{ end }} {{- range .Pages -}} {{ .Render "li_grid_with_date" }} {{- end -}} {{ end }} {{ end }} {{ define "footer" }} {{ partial "footer.html" . }} {{ end }}