Skip to content

Instantly share code, notes, and snippets.

@ciwolsey
Forked from anonymous/derp
Created July 6, 2014 05:18
Show Gist options
  • Save ciwolsey/f979594cdbffbac33c7f to your computer and use it in GitHub Desktop.
Save ciwolsey/f979594cdbffbac33c7f to your computer and use it in GitHub Desktop.
Template.myTemplate.myHelper = function() {
return myCollection.findOne();
}
// IS THIS ALL YOU'RE TRYING TO EXPLAIN?
<template name="myTemplate">
{{myHelper.status}}
{{myHelper.name}}
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment