package template func layoutLinkClass(isActive bool) string { if isActive { return "text-xl hover:bg-gray-100 p-1 duration-100 rounded-xl transition-colors text-gray-900" } return "text-xl hover:bg-gray-100 hover:text-gray-900 p-1 duration-200 rounded-xl transition-colors text-gray-400" } templ Layout(slot templ.Component, user templ.Component, loggedIn bool, path string) {