{{ define "main" }}

At a Glance

{{ $params := .Params }} {{ range $taxonomyname, $taxonomy := .Site.Taxonomies }} {{ $terms := index $params $taxonomyname }} {{ if $terms }} {{ end }} {{ end }}
{{ $taxonomyname | strings.FirstUpper }} {{ range $term := $terms }} {{ partial "term-link.html" (dict "name" $term "taxonomy" $taxonomyname) }} {{ end }}
{{ if .Content }}

Description

{{ .Content }}
{{ end }} {{ with .Params.publications}}

Publications

{{ end }}
{{ if .Date }} {{ end }}
{{ end }}