module Haml::Helpers::XssMods

def haml_internal_concat_with_haml_xss(text="", newline=true, indent=true)

Input is escaped
def haml_internal_concat_with_haml_xss(text="", newline=true, indent=true)
  haml_internal_concat_without_haml_xss(haml_xss_html_escape(text), newline, indent)
end