{% extends "base.html" %} {% block title %}New feed token ยท tit{% endblock %} {% block content %}

New feed token

This token gives access to {{ scope }} for {{ target }}. Copy the URLs now. tit will not show them again.

Atom
/feeds/{{ token }}/atom.xml
RSS
/feeds/{{ token }}/rss.xml

Keep these URLs secret. Rotate or revoke the token if a URL is exposed.

Return to feed tokens

{% endblock %}