package layout import "mal/web/components/icons" templ Layout(title string, showHeader bool) { { title } if showHeader {
}
{ children... }
}