Skip to content

Instantly share code, notes, and snippets.

@radiegtya
Last active October 29, 2015 01:53
Show Gist options
  • Save radiegtya/492099000906e1f25b3c to your computer and use it in GitHub Desktop.
Save radiegtya/492099000906e1f25b3c to your computer and use it in GitHub Desktop.
Meteoris Chat
//routing as home page (/), rendering meteoris_themeAdminMain as the template and radiegtya_chatIndex as the content
FlowRouter.route('/', {
action: function() {
BlazeLayout.render('meteoris_themeAdminMain', {content:"radiegtya_chatIndex"});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment