pub fn esc(s: &str) -> StringExpand description
HTML-escape the five significant characters. This is THE single
interpolation helper — every value rendered into a server view passes
through it. Ampersand is escaped first so a later < is not
double-escaped into &lt;.