{% if has_articles %}
{% for category, articles in categorized_articles.items() %}
{% endfor %}
{% else %}
{% if not loading %}
No articles available yet. Loading new feeds...
{% endif %}
{% endif %}