1<html> 2 <head> 3 <title>Can Haz Perms?</title> 4 </head> 5 <body> 6 {% if has_credentials %} 7 <p>Thanks for granting us permission. Please <a href="/about">proceed to the main 8 application</a>.</p> 9 {% else %} 10 <p><a href="{{ url }}">Grant</a> this application permission to read your 11 Google+ information and it will let you know how many followers you have.</p> 12 {% endif %} 13 <p>You can always <a 14 href="https://www.google.com/accounts/b/0/IssuedAuthSubTokens">revoke</a> 15 permission at any time.</p> 16 </body> 17</html> 18