{{ define "header" }} {{/* We can overide any block in the baseof file be defining it in the template */}} {{ partial "page-header.html" . }} {{ end }} {{ define "main" }}

{{/* Humanize removes hyphens and capitalizes the first word */}} {{ humanize .Section | upper }}

{{ .Title }}

{{/* TODO: Add Hugo author */}} {{/* Hugo uses Go's date formatting is set by example. Here are two formats */}} {{ partial "tags.html" . }}
{{ partial "menu-contextual.html" . }}
{{ end }}