{{ if (gt .Params.date 0) }} {{ .Date.Format "January 2, 2006" }} {{ end }} {{ if (gt .Params.author 0) }} by {{ with .Params.author }} {{ . }} {{ end }} {{ end }}
{{ .Title | markdownify }}
-
{{ range $key, $value := .Data.Terms }}
- {{ $key }} ({{ len $value }}) {{ end }}