[Answered ]-Where to place views and templates that use information from multiple apps in the project?

2👍

It depends on how re-usable you need to make these shared templates. I often just put these sorts of templates into a “shared” directory. Sometimes I’ll have a “shared” that applies to the entire project, and sometimes I’ll have one that is shared within an app. It just depends on what works best for you.

Leave a comment