{{ $textColor := "text-white hover:text-white" }} {{ if eq .textColor "grey" }} {{ $textColor = "text-gray-700 hover:text-gray-800" }} {{ end }} {{ $textAlign := "text-center" }} {{ if eq .textAlign "right" }} {{ $textAlign = "text-right" }} {{ else if eq .textAlign "left" }} {{ $textAlign = "text-left" }} {{ end }}