Created
August 18, 2008 21:01
-
-
Save foca/6100 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#header | |
#content | |
.top_content= yield :top_content | |
.lower_content | |
= flash_messages | |
= yield | |
#footer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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