2010-05-01 22:18:12 +00:00
|
|
|
- render "basic" do
|
|
|
|
#wrap
|
2010-11-27 23:13:47 +00:00
|
|
|
= render "partials/main-navigation"
|
2010-11-21 23:33:58 +00:00
|
|
|
#sub-nav
|
2010-11-17 05:03:42 +00:00
|
|
|
%nav#docs-nav{:role => "navigation"}
|
2010-11-22 01:11:43 +00:00
|
|
|
%a{:href => "/reference/blueprint/", :rel => "blueprint"} Blueprint
|
|
|
|
%a{:href => "/reference/compass/", :rel => "core"} Core
|
2010-11-17 05:03:42 +00:00
|
|
|
- if @item[:content_for_module_nav]
|
2010-11-23 06:09:18 +00:00
|
|
|
%nav#module-nav= @item[:content_for_module_nav]
|
2010-11-15 20:55:09 +00:00
|
|
|
#page
|
2010-11-23 06:09:18 +00:00
|
|
|
#docs_panel
|
|
|
|
#theme_pref
|
2010-11-27 23:13:47 +00:00
|
|
|
%a{:href => "#", :rel => "theme", :title => "switch theme" } Q
|
2010-11-23 06:09:18 +00:00
|
|
|
#syntax_pref
|
|
|
|
%a{:href => "#", :rel => "scss" } scss
|
|
|
|
%a{:href => "#", :rel => "sass" } sass
|
|
|
|
#version
|
|
|
|
Version:
|
|
|
|
%a.number(href="/CHANGELOG/")= compass_version
|
2010-11-15 20:55:09 +00:00
|
|
|
= yield
|
2011-04-17 08:48:44 +00:00
|
|
|
#comments= render "partials/disqus_comments"
|
2010-11-23 06:09:18 +00:00
|
|
|
%footer(role="contentinfo")= render "partials/footer"
|
2010-05-08 18:07:31 +00:00
|
|
|
= @item[:content_for_javascripts]
|
2010-05-01 22:18:12 +00:00
|
|
|
= render "partials/analytics"
|
2010-12-03 04:59:50 +00:00
|
|
|
<script type="text/javascript">SyntaxHighlighter.all();</script>
|