Skip to content

Instantly share code, notes, and snippets.

@foca
Created August 18, 2008 21:01
Show Gist options
  • Save foca/6100 to your computer and use it in GitHub Desktop.
Save foca/6100 to your computer and use it in GitHub Desktop.
#header
#content
.top_content= yield :top_content
.lower_content
= flash_messages
= yield
#footer
- content_for :top_content do
= video_player
%p Other stuff that goes in the lower content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment