{% extends "base.html" %} {% from "_mark.html" import tabbio_mark %} {% block title %}Token expired{% endblock %} {% block body %}

The access token is no longer valid

Refresh it, or connect again if the person disconnected this app.

{{ tabbio_mark() }}Connect again
{% endblock %}