{% extends "base.html" %} {% block title %}User settings{% endblock %} {% block body %}
Your current API key is: {{ g.user.apikey }}
You can change your API key by clicking the button below. This cannot be undone!
{% endblock %} {# vim: set ts=2 sw=2 sta et: #}