{% extends "base.html" %} {% import "macros.html" as m %} {% block content %} {% for tabname in tables %} {{ tabname }} {% endfor %} {% endblock content %}