package components import "strings" templ hamburgerMenu() { } templ navLink(current, name, url string) { { name } } templ dropdownLink(name, url string) { { name } } templ listIcon(current, name, url string) { } templ Navbar(current string) { }