SQLAlchemy Todo

{%- for category, message in get_flashed_messages(with_categories=true) %}

{{ "Error: " if category == 'error' }}{{ message }}

{%- endfor %} {% block body %}{% endblock %}
SQLAlchemy and Flask powered todo application