package templates import "mal/internal/shared/ui/icons" templ Layout(title string, showHeader bool) { { title } if showHeader {
}
{ children... }
}