Sha256: 618723694c8fb4dac7069041ad9e520f691921509381d7ac8c6b9afcc3ab0fe4
Contents?: true
Size: 582 Bytes
Versions: 2
Compression:
Stored size: 582 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 #port= yield :port if content_for?(:port) #content= yield #starboard= yield :starboard if content_for?(: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.2 | app/views/layouts/_layout.html.haml |
foundationstone-0.0.1 | app/views/layouts/_layout.html.haml |