{% extends 'base.html' %} {% block title %}Returned data {% endblock %} {% block content %}

df.head() rturns the first 5 rows of a dataframe.

"safe" is required to display html.


{{ dftable|safe }}

{% endblock %}