static S hfullcenter(O contents, O... _) { ret tag('table, tr(td(contents, align := 'center)), paramsPlus(_, width := "100%", height := "100%")); }