Hi, I start building a site with MVC and epiServer cms, creating layout and homepage according to epiServer documantation and everything worked fine.
Now i want to add a page, which is not a contentType page (i dont extract data from the cms) but still use the layout i created.
I changed the route by attribute and managed to get to the controller, passing my own model.
The problem is i got an error: the view expect to get other model.
What should i do?
Thank you,
dovrat