module Haml::Filters::Escaped

def render(text)

def render(text)
  Haml::Helpers.html_escape text
end