{% extends "base.html" %} {% block title %}News{% endblock %} {% block page_title %}News Intelligence{% endblock %} {% block content %}

πŸ“– News Reading

Generating reading…
{% for cat in ['all','macro','geopolitical','earnings','regulatory','sector','corporate'] %}
{% if cat != 'all' %} {% endif %}

{% if cat == 'all' %}Latest News{% else %}{{ cat|capitalize }} News{% endif %} ⬇ CSV

{% endfor %} {% endblock %} {% block scripts %} {% endblock %}