{% extends "./layout.html" %} {% block content %}

Strava

{% if username != "zoffline" %}

Logged in as {{ username }}

{% endif %}
Back {% if cid or cs %} Remove credentials {% endif %} {% if token %} Remove authorization {% elif cid and cs %} Authorize {% endif %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{% endblock %}