<%= app_name %>.module(“<%= @parent_name.camelize %>.<%= file_name.camelize %>”, function (<%= sub_app_scope %>, <%= app_name %>, Backbone, Marionette, $, _) {

<%= sub_app_scope %>.View = Marionette.ItemView.extend({
  template: "<%= @submodule_name %>.jst.dust"
});

});