!!!
%html{:lang => "en", "xml:lang" => "en", :xmlns => "http://www.w3.org/1999/xhtml"}
%head
%meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-type"}/
%title Your Page Title
= stylesheet_link_tag 'compiled/basemod.css', :media => 'all'
/[if IE]
= stylesheet_link_tag 'compiled/patch_my_layout.css', :media => 'screen, projection'
%body
.page_margins
/ start: skip link navigation
%a.skip{:href => "#navigation", :title => "skip link"} Skip to the navigation
%span.hideme .
%a.skip{:href => "#content", :title => "skip link"} Skip to the content
%span.hideme .
/ end: skip link navigation
.page
#header
#nav
/ skiplink anchor: navigation
%a#navigation{:name => "navigation"}
.hlist
/ main navigation: horizontal list
%ul
%li.active
%strong Button 1
%li
%a{:href => "#"} Button 2
%li
%a{:href => "#"} Button 3
%li
%a{:href => "#"} Button 4
%li
%a{:href => "#"} Button 5
#main
#col1
#col1_content.clearfix
/ add your content here
#col2
#col2_content.clearfix
/ add your content here
= yield
#col3
#col3_content.clearfix
/ add your content here
/ IE Column Clearing
#ie_clearing
/ begin: #footer
#footer
Layout based on
%a{:href => "http://www.yaml.de/"} YAML