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