Created
July 12, 2017 14:08
-
-
Save filipenevola/b1ae7b56c93b3fc3561a6caff87ff61c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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