{% extends "layout.html" %} {% block headers %} {% endblock %} {% block submenu %} {% endblock %} {% block body %}

API token information

{% if session.name == "Untitled" %}

Important information

Please store the token below, because it isn't recoverable after closing this page.

{{session.token}}
{% else %}

{% endif %}
{% endblock %}