{{ $section := "some other site" }} {{ if eq .Section "cool-emacs" }} {{ $section = "Cool Emacs" }} {{ else if eq .Section "brain-rot" }} {{ $section = "Brain Rots" }} {{ else if eq .Section "unix-history" }} {{ $section = "Unix History" }} {{ else if eq .Section "star-trek" }} {{ $section = "Star Trek" }} {{ end }}