{% extends "base.html" %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
<h1>Table</h1>
{{ table|safe }}
<p><a href="{{ url_for('table_selection') }}">Back</a></p>
{% endblock %}