{# Introducing MySQL InnoDB Cluster This template defines the base template used for all of the HTML forms and responses in the shopping list application. It also defines the menu for the basic operations. Dr. Charles Bell, 2018 #} {% extends "bootstrap/base.html" %} {% block title %}ShoppingList{% endblock %} {% block navbar %} {% endblock %} {% block content %}
{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %} {% block page_content %}{% endblock %}
{% endblock %}