Client Template.instance() import { Template } from 'meteor/templating'
Client template.findAll(selector)
Client template.firstNode
Client template.lastNode
Client template.subscribe(name, [arg1, arg2...], [options])
Template instances A template instance object represents an occurrence of a template in the document. It can be used to access
Event Maps An event map is an object where the properties specify a set of events to handle, and the values are the handlers for those events
Spacebars Spacebars is the language used to write Meteor templates. It is inspired by
Client Template.myTemplate.onCreated import { Template
Client Template.myTemplate.onRendered import { Template
Page 1 of 3