{% extends "base.html" %} {% block content %}

Report

{{ graph_image }} {% for index,row in table_data.iterrows() %} {% endfor %}
Date Google Stock Price Apple Stock Price
{{ row['date'] }} {{ row['GOOG'] }} {{ row['AAPL'] }}
{% endblock %}