Sha256: cc9010c134808ea0f5f3344d095d43ca11970bc5a17d5693d5b7ba36c0bc2915

Contents?: true

Size: 833 Bytes

Versions: 1

Compression:

Stored size: 833 Bytes

Contents

!!! 5
%html{:lang => "en"}
  %head
    %title= part[:page_title] +" - "+ orange[:sparkles].site_name(packet)
    %meta{:charset => "utf-8"}
    %script{:src => "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"}
    = part[:css]
    = part[:js]
    - orange[:sparkles].stylesheets.each{|css| add_css("#{css}.css") }
    - orange[:sparkles].javascripts.each{|js| add_js("#{css}.js") }
    /[if lt IE 9]
      %script{:src => "http://html5shiv.googlecode.com/svn/trunk/html5.js"}
  %body#home
    .container
      %o:slice{:mode => "header"}
      .body
        - if(part[:sidebar]).blank?
          %section.fullwidthcontent= yield
        - else
          %section.content= yield
          %section.sidebar= part[:sidebar]
        %br.clearfix
        %o:slice{:mode => "footer"}
    %o:slice{:mode => "administrivia"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
orange-sparkles-0.5.9 lib/orange-sparkles/templates/subpage.haml