{% extends '_base.html' %} {% load form_helpers %} {% block title %}User Key{% endblock %} {% block content %}
Your public key is below.
{{ userkey.public_key }}
{% else %}
You don't have a user key on file.
{% endif %}