{% extends "keybase_proofs/_base.html" %} {% block title %} Confirm your keybase proof {% endblock %} {% block content %} {% if error %} Something isn't right: {{ error }} {% else %}
Link {{ user.get_username }} with {{ kb_username }} via signature {{ sig_hash }}?
{% endif %} {% endblock %} {% comment %} Sample implementation of the user preparing to publish the proof. After submitting on keybase a user will be redirected here with the `kb_username` and `sig_hash` query parameters filled in. This landing page allows a user to verify what they are putting in their profile before submitting. {% endcomment %}