{% extends "base.html" %} {% block title %} Add Feed | discord-rss-bot {% endblock title %} {% block description %} Add a new RSS or Atom feed and attach it to a Discord webhook for delivery. {% endblock description %} {% block content %}
{% if autodiscover_links %}

Discovered feed links

The submitted URL is not a feed. Choose one of the feeds advertised by that page.

{% for link in autodiscover_links %}
{% if link.title %}
{{ link.title }}
{% endif %} {{ link.href }} {% if link.type %}
{{ link.type }}
{% endif %}
{% endfor %}
{% endif %} {% endblock content %}