package components import "portfolio-tracker/internal/model" templ PageLayout(authenticated bool, username string, title string, content templ.Component, portfolios []model.Portfolio) {