News Feed Hub

{% if loading_new_feeds %}
Loading new RSS feeds in the background...
{% endif %} {% for category, articles in categorized_articles.items() %}
{{ category }}
{% for article in articles %}
{% if article.image != "svg" %} Article Image {% else %} No Image Available {% endif %}
{{ article.description }}
Published: {{ article.published }}
{% endfor %}
{% endfor %}