Sha256: b960bed5dad2651e54c153bda9f542f7a2f0000824c5f2739f655bc61cf3ec6f

Contents?: true

Size: 469 Bytes

Versions: 3

Compression:

Stored size: 469 Bytes

Contents

!!! 5
%html{:lang => "en"}
  %head
    %title Orange Site
    %meta{:charset => "utf-8"}
    -# CSS
    = part[:css]
    = part[:js]
    /[if lt IE 9]
      %script{:src => "http://html5shiv.googlecode.com/svn/trunk/html5.js"}
  %body#home
    .container.container_24
      %header.head
        .logo
          %h1 Orange Site
        %nav.clearfix
          = orange[:sitemap].two_level(packet)
          %br.clear
      .body.grid_22.prefix_1.suffix_1
        = yield

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
orange-sparkles-0.5.8 lib/orange-sparkles/templates/subpage.haml
orange-sparkles-0.5.7 lib/orange-sparkles/templates/home.haml
orange-sparkles-0.5.7 lib/orange-sparkles/templates/subpage.haml