javascript - Using external mustache partials in a brunch.io project -
i working on project uses brunch.io , mustache templating. want add mustache partials main index (which serves 'shell') load in content. create mustache partials in own .mustache file , add tag on index page (ie: {{> somepartial}} ) seem missing how partial render... thats need with.
i’m using handlebars.js implementation of mustache in brunch apps, it's simple: register partial via handlebars.registerpartial().
Comments
Post a Comment