Using flask_login session with jinja2 templates
I have simple jinja2 template with registration/login links, I should hide
them when user logged in, I also use flask_login module for this stuff.
Question is: How should I identify is user logged in in jinja2 templates?
No comments:
Post a Comment