igdb/code/app/templates/table.html

9 lines
198 B
HTML
Raw Normal View History

2020-01-09 19:13:24 +01:00
{% 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>
2020-01-09 19:13:24 +01:00
{% endblock %}