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
Client template.findAll(selector)
Client template.firstNode
Client template.lastNode
Template instances A template instance object represents an occurrence of a template in the document. It can be used to access
Client Template.instance() import { Template } from 'meteor/templating'
Client template.subscribe(name, [arg1, arg2...], [options])
Client Template.myTemplate.events(eventMap) import {
Client Template.myTemplate.onCreated import { Template
Client Template.myTemplate.onRendered import { Template
Page 1 of 3