{% if user_id is not none %}
Welcome, {{user_id}}
Take a Quiz
{% else %}
Login with Google
{% endif %}