package components import ( "fmt" "portfolio-tracker/internal/model" ) templ Navigation(authenticated bool, portfolios []model.Portfolio) { }