When a user is logged in, the home page should not show the login/register buttons. And the navigation bar should not show Register or Login either.
e.g.
See if you can make some changes to the code in base.html
and index.html
so this happens.
Also, add a little message to the logged in user on the homepage that reads (you are already logged in) with a <p>
tag.
Remember, as we learnt in previous lessons base.html is the layout template which all the pages inherit from.
https://flask.palletsprojects.com/en/2.3.x/patterns/templateinheritance/
You can download the completed project in this lesson's resources.