These are some examples of the Backbone Directives being used. The binding are declared as directives on the html itself and the view becomes a live view. bb-bind bb-class bb-model bb-show bb-src Source code is on GitHub and read the blog post about it bb-bind Updates the text of an element based on the model's attributes. Expressions are also evaluated. Usage: <span bb-bind="counter"></span> <spa