Hi All,

I downloaded the compass sinatra here
https://github.com/chriseppstein/compass-sinatra

And my index.haml as below.

How would I add = yield to the .body below? I am using Blueprint CSS
framework.

Thanks,
Luan

===========================================================================
-- index.haml
!!!
!!! XML
!!! Strict
%html{ :xmlns => "http://www.w3.org/1999/xhtml";, :lang => "en",
'xml:lang' => "en" }
  %head
    %title compass sinatra
    %meta{'http-equiv'=>"Content-Type", :content=>"text/html;
charset=iso-8859-1"}/
    %meta{'http-equiv'=>"Content-Language", :content=>"en-us"}/
    %link{:href=>"/stylesheets/
screen.css", :media=>"screen", :rel=>"stylesheet", :type=>"text/
css"}/
  %body
    .container.showgrid
      .header
        %h1 header
      .body
        %h2 body
      .footer
        %p footer

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to