{% extends "base.html" %} {% block content %}
{{ feed_count.total }} feed{{'s' if feed_count.total > 1 else "" }} {% if feed_count.broken %} - {{ feed_count.broken }} broken {% else %} - {{ feed_count.broken }} broken {% endif %} {% if feed_count.total != feed_count.updates_enabled %} - {{ feed_count.updates_enabled }} enabled {% else %} - {{ feed_count.updates_enabled }} enabled {% endif %} - {{ entry_count.total }} entries ({{ entry_count.averages[0]|round(1) }}, {{ entry_count.averages[1]|round(1) }}, {{ entry_count.averages[2]|round(1) }})
{% for hook_from_context in webhooks %}
Hello there!
You need to add a webhook here to get started. After that, you can
add feeds here. You can find both of these links in the navigation bar
above.
If you have any questions or suggestions, feel free to contact me on tlovinator@gmail.com or TheLovinator#9276 on Discord.
Thanks!