{% extends theme("base.html") %} {% block content %} {{ _('OAuth Authentication Error') }} {{ request.args.error }} {{ _('Home') }} {% endblock %}
{{ request.args.error }}
{{ _('Home') }}