I solved my own issue. I didn't have a haml file to set = yield to

Thanks,
Luan

On Jan 17, 9:33 pm, Luan <luan.n.ngu...@gmail.com> wrote:
> Hi All,
>
> I downloaded the compass sinatra 
> herehttps://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 haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to