{% load static %}
Title
Bizzbuzz
Manage Company Subscriptions
Logout
{#
Settings
#}
Welcome
{{ name }}
!
{#
#} {#
#} {#
#}
This Week
Click on a Card to View Article.
{% for title, url, summary, source, index in articles %}
{{ index }}
{% if source == "FORBES" %}
{% endif %} {% if source == "BI" %}
{% endif %}
{{ title }}
Article Summary
{{ summary }}
{% endfor %}