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