{%extends"base.html"%}{%blocktitle%}OAuth2 Error{%endblock%}{%blockcontent%}{{flash_messages()}}<h1>Error: {{error.status_code}}</h1>
There was an error trying to fulfill your request:
<p><strong>{{error.error}}</strong>:
{{error.description}}</p>{%endblock%}