index.js 85 Bytes
Template.index.onCreated( () => {
  Template.instance().subscribe( 'template' );
});