This repo is Backbone plugin for basis.js templates library.
The source in the basis.js repo. Please file issues and pull requests against that repo.
Install with bower:
bower install bbtAdd a <script> to your index.html:
<script src="/bower_components/bbt/bbt.js"></script>You also could use long name of library:
bower install backbone-basis-templatesIn this case include <script> should be:
<script src="/bower_components/backbone-basis-templates/bbt.js"></script>