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" %}
{% else %}
No Image Available
{% endif %}
{{ article.title }}
{{ article.description }}
Published: {{ article.published }}
{% endfor %}
{% endfor %}