{% extends 'bootstrap/base.html' %} {% block content %}

Flask SQLAlchemy Web query

{% if models %}
{% else %}

It seems you have no models registered. Did you forget to initialise SQLAlchemy before webquery?

{% endif %}
Please choose a primary model!
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}