{% extends "base.html" %} {% block title %}Authorize {{ client_name }}{% endblock %} {% block content %}

Authorize {{ client_name }}

{{ client_name }} is requesting access to your Datasette account.

It will redirect you to: {{ redirect_uri }}

Requested permissions:

{% endblock %}