Single entry point for templates?
Posted: July 11th, 2020, 12:07 am
Hey,
It’s been a long time since I contributed and I’m currently wrangling together an entirely new template using react and redux. However I’m struggling a bit with the way the python routing is working. I’d like to add a rule that states if using this template always send back the same html file (unless user is trying to access config). Reason being I’d like the JS router in the template I’m building to take over and load the necessary view. Is this possible?
It’s been a long time since I contributed and I’m currently wrangling together an entirely new template using react and redux. However I’m struggling a bit with the way the python routing is working. I’d like to add a rule that states if using this template always send back the same html file (unless user is trying to access config). Reason being I’d like the JS router in the template I’m building to take over and load the necessary view. Is this possible?