module Middleman::Features::UglyHaml

def registered(app)

def registered(app)
  app.set :haml, app.settings.haml.merge({ :ugly_haml => true })
end