{% extends "base.htm" %} {% block title %}Profile data{% endblock %} {% block meta %} {% endblock %} {% block content %}

User profile

OpenID
{{ identity }}
Name
{{ name }}
Email
{{ email }}

You may change this data with your OpenID provider.

{% endblock %}