{{ define "main" }}

{{ .Title }}

{{ .Description }}
{{ if isset .Params "tldr" }}
tl;dr: {{ .Params.tldr }}
{{ end }}
{{ .Content }}
{{ end }}