21 lines
588 B
Plaintext
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
|