{%extends "base.html"%} {%from "oauth2/profile_nav.html" import profile_nav%} {%block title%}View User{%endblock%} {%block content%}
{{profile_nav("error", user_privileges)}}

ERROR

{{flash_me()}}
Error code
{{response.status}}[{{response.status_code}}]
URI
{{response.url}}
Content Type
{{response.content_type or "-"}}
{{response.content}}
{{response.content}}
{%endblock%}