Intervals.icu MCP
{% if user %}
My account
{% if user.is_admin %}
Admin
{% endif %}
Sign out
{% endif %}
{% block content %}{% endblock %}