{%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:
{{error.error}}: {{error.description}}
{%endblock%}