{% extends "base.html" %} {% block content %}

テーブル一覧

{% for table in tables %} {{ table }} {% endfor %}
{% endblock %}