page "/path/*", :layout => "alt"
# Doesn't work, and shouldn't
# page "/path/*" do
# set :layout, "alt"
# end