I\'m trying to use two models in one view, and template using both of them. I\'m working with Marionette. Here is me initialization of the view:
main_app_layout.
try creating a complex model that contains the two models, this new model will have the other two as properties and you can acccess the properties of each one like this answer explains..
Access Nested Backbone Model Attributes from Mustache Template