compass/doc-src/layouts/core.haml

5 lines
341 B
Plaintext
Raw Normal View History

2010-04-21 05:43:25 +00:00
- render 'main' do
2010-04-21 16:37:02 +00:00
- content_for :module_nav do
%ul= item_tree(reference_item(:stylesheet => "compass.scss"), :depth => 1, :omit_self => true, :headings => false)
2010-12-19 00:25:49 +00:00
%aside(role="sidebar")= render 'partials/sidebar', :default_stylesheet => "_compass.scss", :omit_self => false, :heading_level => 2, :heading_depth => 1
2010-04-21 05:43:25 +00:00
%article= yield