Hi, new to Grav. I made a theme and wanted to change the twig templates to utilise Tailwind. Followed the docs and everything is going well. In theme/templates/partials if I edit the base.html.twig template it shows up. However, if I edit the theme/templates/partials/navigation.html.twig file it does not show up.
I've set
cache:
enabled:false
in the user/system.yaml file for cache and twig.
I'm missing something. Any ideas welcome. Thanks
Andy