{{ define "main" }}

{{.Date.Format "January 2, 2006"}}

{{ .Title }}

{{ .Content }}
{{ if (or .NextInSection .PrevInSection) }}
{{ if .NextInSection }} {{ else }}

← Previous

{{ end }} {{ if .PrevInSection }} {{ else }}

Next →

{{ end }}
{{ end }}
{{ end }}