Skip to content

Instantly share code, notes, and snippets.

@patrickleet
Created November 14, 2013 18:13
Show Gist options
  • Save patrickleet/7471600 to your computer and use it in GitHub Desktop.
Save patrickleet/7471600 to your computer and use it in GitHub Desktop.
route to same template
Router.map(function () {
this.route('home', {
path: '/',
template: 'myTemplate'
});
this.route('someroute', {
path: '/foo',
template: 'myTemplate'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment