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

ビュー一覧

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