Skip to content

Instantly share code, notes, and snippets.

@ryanstrandt
Created October 5, 2011 19:26
Show Gist options
  • Save ryanstrandt/1265402 to your computer and use it in GitHub Desktop.
Save ryanstrandt/1265402 to your computer and use it in GitHub Desktop.
sp page html.erb
<section id="page" class="fabric">
<div id="pageBody">
<div class="container">
<div id="sideBar">
<%= raw @page.content_for(:side_body) %>
</div>
<div id="pageContent">
<%= raw @page.content_for(:body) %>
</div>
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment