Idea: “Model from another page”. Also, praise...

Additionally, would be nice to be able to declare a “fallback” local model to the current page if the “parent” page model was not found.

Would also be interesting if it didn’t require the include to be on a specific page but rather for a specific model name, that way a similar model could exist on multiple possible pages that the page could be included on.

An example use case here would be a ‘parent’ page that queries additional data for the current user and then an include page that pulls from that data, but if the parent page that this was included on doesn’t contain that model, it loads a local model instead. This would alleviate having to query additional user data twice (both on the parent page and on the page include)