Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. this.route('home', {
  2. path: '/',
  3. layoutTemplate: 'complexLayout',
  4. yieldTemplates: {
  5. 'myMenu': {to: 'menu'},
  6. 'myFooter': {to: 'footer'}
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement