{% extends 'base.html' %} {% block content %} {% for table, description in table_list %} {% endfor %}
Table Description
{{ table }} {{ description }}
{% endblock %}