compass/doc-src/layouts/default.haml
2010-01-20 22:25:59 -08:00

21 lines
588 B
Plaintext

!!! Strict
%html
%head
%title
#{@item[:title]} - Compass
%meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
%link{ :href => "/stylesheets/main.css", :rel => "stylesheet", :type => "text/css", :media => "screen" }
%body
#container
#main
= yield
#sidebar
%h2
Compass Documentation
%ul
%li
%a{ :href => "http://nanoc.stoneship.org/tutorial/" }
Reference
%li
%a{ :href => "http://nanoc.stoneship.org/manual/" }
Tutorial