{% extends 'base.html' %} {% block title %}OpenID identity page{% endblock %} {% block head %}{{ super() }} {% endblock %} {% block content %}

{{ gid }}

This is an OpenID identity page. Its sole purpose is to direct OpenID consumers to the right API.

{% endblock %}