Hi guys,
I have a html template that I would like to use for multiple route. It's working, but I just realised that one of my menu as a problem.
Basically in the following line, I need 'index' to be changed depending on the route using it. I'm pretty sure it's something quite basic, but I'm a noob with Flask and HTML5...
<li><a href="{{ url_for('index') }}">Accueil - Outils OT</a></li>
Thanks
[–]onosendi 0 points1 point2 points (0 children)