I\'m new to Sinatra and I can\'t figure out where to put my application layout.
I\'ve seen the inline method that uses
# app code __END__ @@lay
If you haven't already, create a folder where your sinatra script lives called...
views/
and put your layout in there, call your layout
layout.haml
or whatever extension (e.g. .erubis) you'd like to use.
.erubis