Files
NP_CSM_Tool/app/templates/table.html
2023-02-22 17:11:14 -05:00

13 lines
291 B
HTML

<!DOCTYPE html>
{% extends 'head.html' %}
{% block content %}
<h4>Hello! Here are your results.</h4>
<a id="download" href="/downloadcsv">Click here to download as CSV.</a>
</div>
<div class="panda-table">
{{ table | safe }}
</div>
</div>
</body>
{% endblock %}