Skip to content

Instantly share code, notes, and snippets.

@mwoodbri
Last active October 26, 2015 14:23
Show Gist options
  • Save mwoodbri/20b6c2959a27ade9147c to your computer and use it in GitHub Desktop.
Save mwoodbri/20b6c2959a27ade9147c to your computer and use it in GitHub Desktop.
<body>
{{status.status}}
</body>
if (Meteor.isClient) {
Template.body.helpers({
status: Meteor.status
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment