{{ define "main" }}
{{ range $name, $taxonomy := .Site.Taxonomies }} {{ with $.GetTerms $name }} {{ end }} {{ end }}

{{ .Title }}

{{ if .Date }}

{{ end }} {{ with .Params.period }}

{{ . }}

{{ end }} {{ with .Resources.GetMatch "cover.*" }} {{ $.Title }} {{ end }} {{ with .Description }}

{{ . }}

{{ end }} {{ with .Params.link }} {{ $.Title }} website {{ end }}
{{ if .Content }}
{{ .ContentWithoutSummary }}
{{ end }} {{ if not .Parent.IsHome }}
{{ end }}
{{ end }}