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