{%extends "base.html"%}

{%block title%}OAuth2 Error{%endblock%}

{%block pagetitle%}Error: {{error.status_code}}{%endblock%}

{%block content%}
{{flash_messages()}}

There was an error trying to fulfill your request:

<p>
  <strong>{{error.error}}</strong>:
  {{error.description}}
</p>
{%endblock%}