class <%= model.capitalize() %> extends Backbone.Model
  initializer: ->
    # ...
    
this.<%= model.capitalize() %> = <%= model.capitalize() %>
