{% extends "_root.html" %} {% block body %}
{{ error }}
{% if resp %}
Your server responded with a {{ resp.error }} kind of error.
{% if resp.error_description %}It stated that: {{ resp.error_description }}{% endif %}
Your server returned a profile response!.
Your server returned a token.
{{ token }}{{ refresh_token }}You can try again at the client.
{% endblock body %}