I use Flask-Login which provides the current_user object in templates. I want to write a macro to show a comment form or a log in link depending on if the user is l
The current_user.is_authenticated is now accessed as a property and calling the method definition will lead to problems with more up-to-date library versions.