{{ with .Param "categories" }} {{ range $i, $category := . }} {{ if eq $i 0 }} {{ with $.Site.GetPage (printf "/%s/%s" "categories" $category) }} {{ $iconDictionary := dict "video" "fad fa-video" "paper" "fad fa-book" "poster" "fad fa-presentation" "thesis" "fad fa-graduation-cap" "presentation" "fad fa-podium" "web" "fad fa-globe" }} {{ $categoryIcon := index $iconDictionary $category }} {{ end }} {{ end }} {{ end }} {{ end }}