Layout false for a specific file pattern?

Hi,

I’m trying to do something like:

page “site/templates//_ajax.html.erb”, :layout => false

Basically I just want any file within the templates directory that contains “_ajax” to not have a layout. Can I do that?

Did you ever figure this out? I am struggling with a similar problem, trying to match top/first and top/*/second to different layouts.