sinterface Htmlable { default S headStuff() { ret ""; } default S html() { ret ""; } }