{% extends "base.html" %} {% block title %}Token Created{% endblock %} {% block content %}
Copy this token now. It will not be shown again.
{{ token }}
Use it with:
cpm publish --token {{ token }} ...