Skip to content

Instantly share code, notes, and snippets.

@awatson1978
Created May 21, 2015 20:42
Show Gist options
  • Save awatson1978/cce938ddfd5b961f86b6 to your computer and use it in GitHub Desktop.
Save awatson1978/cce938ddfd5b961f86b6 to your computer and use it in GitHub Desktop.
Template.example.__helpers[" foo"]()

Note the __ underscores, the extra space before the method name, and the parantheses at the end.

Template.plantsListPage.__helpers[" hasNoContent"]()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment