compass/doc-src/layouts/example.haml

13 lines
385 B
Plaintext
Raw Normal View History

2010-01-27 06:08:13 +00:00
!!! Strict
%html
%head
%title
#{@item[:title]} - Compass
%meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
%link{ :href => "/stylesheets/example.css", :rel => "stylesheet", :type => "text/css", :media => "screen" }
%style{:type => "text/css"}= example_css
%body{body_attributes(@item)}
#container
#main
= yield