{% extends 'lemoncurry/layout.html' %} {% block main %}

sign in to {{ params.client_id }}

do you want to confirm your identity, {{ params.me }}, with this app?

you will be redirected to {{ params.redirect_uri }} after authorising this app

{% csrf_token %} {% if params.state %} {% endif %}
{% endblock %}