UNPKG

requirejs-handlebars

Version:

Simple Handlebars plugin for RequireJS.

7 lines 195 B
define(['collection', 'text!specificCollection.html'], function (collection, html) { return { name: 'specificCollection', html: html, collection: collection }; });