{% extends "layout.html" %} {% block title %}Import Data{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{% if data %}Below is a quick view of the data. Please click the "Download" button to download it to your computer.
{{ data | safe }} {% else %}ERROR: No Data
{% endif %}