Works the same as {Plain}, but HTML-escapes the text before placing it in the document.
@see Base#render
[Source]
# File lib/haml/filters.rb, line 221 221: def render(text) 222: Haml::Helpers.html_escape text 223: end
[Validate]