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

Strava

{% if username != "zoffline" %}

登录名 {{ username }}

{% endif %}
返回 {% if cid or cs %} 移除令牌 {% endif %} {% if token %} 移除认证 {% elif cid and cs %} 认证 {% endif %}
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{% endblock %}