{{- $currentPage := .currentPage -}} {{- $link := .link -}} {{- $item := .item -}} {{- $icon := .icon -}} {{- $external := .external -}} {{- $active := or ($currentPage.HasMenuCurrent "main" $item) ($currentPage.IsMenuCurrent "main" $item) -}} {{- $activeClass := cond $active "hx:font-medium" "hx:text-gray-600 hx:hover:text-gray-800 hx:dark:text-gray-400 hx:dark:hover:text-gray-200" -}} {{- if $item.HasChildren -}} {{- /* Dropdown menu for items with children */ -}}