class Sinatra::Base

def layout(name=:layout, &block)

def layout(name=:layout, &block)
  template name, &block
end