https://github.com/gwendall/meteor-template-methods
Useful methods for Meteor templates
https://github.com/gwendall/meteor-template-methods
Last synced: 2 months ago
JSON representation
Useful methods for Meteor templates
- Host: GitHub
- URL: https://github.com/gwendall/meteor-template-methods
- Owner: gwendall
- Created: 2015-03-13T12:59:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T13:15:50.000Z (about 10 years ago)
- Last Synced: 2025-03-18T05:56:57.328Z (2 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Meteor Template methods
=======================Useful methods for templates
Installation
------------``` sh
meteor add gwendall:template-methods
```Methods
----------**Template.parentInstance([template_instance])**
Gets the parent template instance of a template instance**Template.inheritHelpers([template_instance])**
Makes a template instance inherit from its parent template helpers