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 231 231: def render(text) 232: Haml::Helpers.html_escape text 233: end
[Validate]