Skip to content

Instantly share code, notes, and snippets.

@yahooza
Last active December 1, 2015 18:36
Show Gist options
  • Save yahooza/bd53e13db8249c59cd06 to your computer and use it in GitHub Desktop.
Save yahooza/bd53e13db8249c59cd06 to your computer and use it in GitHub Desktop.
Getting .hbs templates

In your Backbone / Marionette Views, please reference Handlebars templates like this:

template: E.lib.Util.getTemplate('library.filters')

and NOT the old way:

template: E.templates.stash.library.filters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment