module Haml::Helpers::XssMods

def haml_indent_with_haml_xss

Output is always HTML safe
def haml_indent_with_haml_xss
  haml_indent_without_haml_xss.html_safe!
end