{% extends "base.html" %} {% block title %}New feed token ยท tit{% endblock %} {% block content %}
This token gives access to {{ scope }} for {{ target }}. Copy the URLs now. tit will not show them again.
/feeds/{{ token }}/atom.xml/feeds/{{ token }}/rss.xmlKeep these URLs secret. Rotate or revoke the token if a URL is exposed.
{% endblock %}