try the following:
layout.haml( erb , ) . , ( haml):
%html
%head
%link(rel="stylesheet" type="text/css" href="style.css")
%body
%div.outer
%div.inner
= yield
- =yield
Sinatra , . = .
,
get '/' do
haml :index
end
/views/index.haml . , , /views/layout.haml.
, .