Inheriting from Backbone, Marionette always creates a default div element for view. This behavior gives me confusion when I prepare a template for a view, then suddenly find out, one parent div is created in DOM on top of my template.
I really want all my default HTMLs, class, ids in templates, not in view initialization code.
Is there any way to disable inserting default div in Marionette?