Skip to content

Instantly share code, notes, and snippets.

@skwp
Created November 18, 2014 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skwp/776bd6c4a713e738f3ec to your computer and use it in GitHub Desktop.
Save skwp/776bd6c4a713e738f3ec to your computer and use it in GitHub Desktop.
Sublayouts
.sublayout
.this-is-a-partial
= yield # this will render the content inside the sublayout
= render layout: 'sublayout' do
.this-is-the-content
This will render inside the sublayout partial which will render inside the main layout
.content
.this-is-the-main-layout
= yield # This will render the rest of the content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment