An open API service indexing awesome lists of open source software.

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

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