{% extends "base.html" %} {% block title %}Feed tokens ยท tit{% endblock %} {% block content %}

Feed tokens

Feed URLs are credentials. A person who has a URL can read its scoped feed.

Create token

Existing tokens

{% if tokens.is_empty() %}

You do not have a feed token.

{% else %} {% endif %} {% endblock %}