{% if current_user %}

You are logged in as {{ current_user.name|escape }}

Log out

{% else %}

You are not yet logged into this site

Log in with Facebook

{% endif %}