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

At a Glance

{{ range $taxonomyname, $taxonomy := .Site.Taxonomies }} {{ with $taxonomy }} {{ end }} {{ end }}
{{ $taxonomyname | strings.FirstUpper }} {{ range $key, $value := $taxonomy }} {{ partial "term-link.html" (dict "name" $key "taxonomy" $taxonomyname) }} {{ end }}

Description

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

Publications

{{ end }} {{ end }}