Skip to content

Instantly share code, notes, and snippets.

@filipenevola
Created July 12, 2017 14:08
Show Gist options
  • Select an option

  • Save filipenevola/b1ae7b56c93b3fc3561a6caff87ff61c to your computer and use it in GitHub Desktop.

Select an option

Save filipenevola/b1ae7b56c93b3fc3561a6caff87ff61c to your computer and use it in GitHub Desktop.
FlowRouter.route('/post/:_id', {
name: 'post',
action() {
BlazeLayout.render('layout', {
main: 'post',
panel: 'menu',
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment