package nav import "git.haelnorr.com/h/oslstats/internal/db" // Returns the mobile version of the navbar thats only visible when activated templ sideNav(navItems []NavItem) { {{ user := db.CurrentUser(ctx) }}
if user == nil {
}
}