{{ define "main" }} {{ with .Params.links }} {{ end }}

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 }}

Description

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

Publications

{{ end }} {{ end }}