module Haml::Filters::Preserve

def render(text)

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