module ActionView::Helpers::HamlSupport

def is_haml?

def is_haml?
  @template_object.send :is_haml?
end