You better specify the framework you're working with in the question too. I haven't read the tags first and assumed need help with Rails.
– KL-7Jun 26 '12 at 18:20
If Padrino does not use `admin/views/layouts/application.haml` by default, I would try to add a parameter. For example `haml :index, :layout => :admin` (As done in Sinatra)
– DruJul 03 '12 at 12:39
I doubt that `haml :index, :layout => :admin` works, because `/admin` in Padrino is an embedded app on its own.
– LamnkJul 12 '13 at 07:08