Just wondering if I can have more than one modular templates, for example:
modular1.html.twig
modular2.html.twig
modular3.html.twig
I have tried but it seems a modular page will look for modular.html.twig?
Pretty sure you can. Just try naming the folder containing your modules the same as the modular file. I mean. It makes sense when I say it. No idea if it’s gonna work. I’m curious.
Yeah, this works: pages/modular1.md --> templates/modular1.html.twig
but it seems grav will still look for module templates inside “templates/modular” folder.