compass/doc-src/layouts/default.haml
Chris Eppstein 4afca420c3 - Some helpers for the body attributes
- Move the blueprint reference content to the blueprint tutorial
- Made new blueprint reference content that is actually reference
  content.
- Some basic helpers for accessing a sass stylesheet and extracting info
  from it.
2010-01-21 11:54:47 -08:00

21 lines
612 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{body_attributes(@item)}
#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