<%= view_namespace %> ||= {}
class <%= view_namespace %>.ShowView extends Backbone.View
template: JST["<%= jst 'show' %>"] render: -> @$el.html(@template(@model.toJSON() )) return this
<%= view_namespace %> ||= {}
class <%= view_namespace %>.ShowView extends Backbone.View
template: JST["<%= jst 'show' %>"] render: -> @$el.html(@template(@model.toJSON() )) return this