sS hAddToHeadAndBody(S html, S headStuff, S bodyStuff) { ret hAddToBody(hAddToHead(html, headStuff), bodyStuff); }