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

@<%= model.capitalize() %> = <%= model.capitalize() %>
