static S dottedSpan(S contents, S title) { ret span(contents, +title, style := "border-bottom: dotted 1px"); }