{% if not username %}

Log In

{% else %}

Welcome, {{ username }}!

Try "stealing" the session and/or remember_token cookies to another computer (different IP address) or another browser (different user agent).

{% endif %}