Basic Tables using Underscore Template Partials
This is the most basic setup using Backbone to render a list of data. Only one view is used and most of the work
is done using Underscore to generate the HTML. So even though its wrapped in Backbone structure, its not really
leveraging much of the power of the library. Extending the functionality further of this table would be difficult
because of how its been constructed.