Sha256: 00968f75b0a5e64a2e3ca9b85937679cfd0bf1c0cd7939e0c20017bdc2d3a83e

Contents?: true

Size: 1.62 KB

Versions: 13

Compression:

Stored size: 1.62 KB

Contents

!!!
%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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cyaml-0.0.34 templates/project/application.html.haml
cyaml-0.0.33 templates/project/application.html.haml
cyaml-0.0.32 templates/project/application.html.haml
cyaml-0.0.31 templates/project/application.html.haml
cyaml-0.0.30 templates/project/application.html.haml
cyaml-0.0.29 templates/project/application.html.haml
cyaml-0.0.27 templates/project/application.html.haml
cyaml-0.0.26 templates/project/application.html.haml
cyaml-0.0.25 templates/project/application.html.haml
cyaml-0.0.24 templates/project/application.html.haml
cyaml-0.0.23 templates/project/application.html.haml
cyaml-0.0.22 templates/project/application.html.haml
cyaml-0.0.21 templates/project/application.html.haml