Hi there,
I'm trying to figure out the best use-case for modular pages.
From what I get from the documentation, modular pages are meant to build complex UI splitting the page in several modules (each module have it's own template under modular directory and, eventually, a specific blueprint).
Now, for my purpose I've to create several pages, let's say homepage, contacts, about us and so on. Each page has unique UI and does not share any reusable component (let's say module).
In this case, is recommended to create 1 unique twig template for each page or go with several modular blocks (each prefixed with page name e.g. homepage has homepage_heading.html.twig and so on..) ?