Skip to content

Instantly share code, notes, and snippets.

@tatey
Created May 12, 2010 11:30
Show Gist options
  • Save tatey/398466 to your computer and use it in GitHub Desktop.
Save tatey/398466 to your computer and use it in GitHub Desktop.
<div id="main">
<%= flash_notifications %>
<div id="heading">
<%= yield :heading %>
<div class="clear_both">
</div>
</div>
<% if yield(:left_column) && yield(:right_column) %>
<div class="left_column">
<%= yield :left_column %>
</div>
<div class="right_column">
<%= yield :right_column %>
</div>
<div class="clear_both">
</div>
<% end %>
<%= yield %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment