Client
Template.myTemplate.helpers(helpers)
import { Template } from 'meteor/templating'
Source Specify template helpers available to this template.
Arguments
- helpers Object
-
Dictionary of helper functions by name.
Template.myTemplate.helpers(helpers)
import { Template } from 'meteor/templating'
Source Specify template helpers available to this template.
Dictionary of helper functions by name.
Please login to continue.