Sha256: 4dd70ca91a861cdf57a89c1dcb2feb2da77c228df31528357e6f664f1ffb3d93

Contents?: true

Size: 609 Bytes

Versions: 2

Compression:

Stored size: 609 Bytes

Contents

%body{ id: body_id, class: body_class }
  #wrapper
    #header
      .wrapper
        #header-content= render 'layouts/header'
    - if content_for? :bow
      #bow
        .wrapper
          #bow-content= yield :bow
    #main
      .wrapper
        #main-content
          - if content_for? :port
            #port= yield :port 
          #content= yield
          - if content_for? :starboard
            #starboard= yield :starboard
    - if content_for? :stern
      #stern
        .wrapper
          #stern-content= yield :stern
    #footer
      .wrapper
        #footer-content= render 'layouts/footer'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foundationstone-0.0.4 app/views/layouts/_layout.html.haml
foundationstone-0.0.3 app/views/layouts/_layout.html.haml