Skip to content

Instantly share code, notes, and snippets.

@ciwolsey
Last active August 29, 2015 14:16
Show Gist options
  • Save ciwolsey/971ae5076777ff1a46f1 to your computer and use it in GitHub Desktop.
Save ciwolsey/971ae5076777ff1a46f1 to your computer and use it in GitHub Desktop.
in your rendered template
{{#contentFor region="header"}}
<!-- Header content here -->
{{/contentFor}}
//---------- OR ------------------------------------
{{>yield 'bananas'}}
in router:
this.render('someBananas', {to: "bananas"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment