Expand description
HTML string building utilities โ entity escaping and tag emission.
Functionsยง
- doctype
- Emit the HTML5 DOCTYPE declaration.
- escape_
attr - Escape an attribute value for safe inclusion in a quoted HTML attribute.
- escape_
text - Escape text content for safe inclusion in HTML.