class Middleman::Renderers::Haml

def add_exposed_to_context(context)

def add_exposed_to_context(context)
  super
  context.init_haml_helpers if context.respond_to?(:init_haml_helpers)
end