package blocks templ Layout(title string, remote bool) { @Alpine(remote) @Htmx(remote) @Styles(remote) { title }
{ children... }
}