{% extends "example/base.html" %} {% load url from future %} {% block content %}
(At this point, you should have created an Application instance on your side.)
{% if authorization_link %}Ok, here is the link you have to use to reach your authorization page to beg for an authorization token
Now click, give your authorization and see you later, possibly with an access token
{{ authorization_link }} {% else %} {% if not error %} {% endif %} {% endif %} {% endblock %}