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

Flask Sqlalchemy - Simple CRUD

{% if notes|length < 0 %}

Any idea for tomorrow?

{% else %} {% include 'snippets/form.html' %} {% for note in notes %} {% endfor %}
Name Created At Options
{{ note.notes }} {{ note.created_at.date() }} Remove
{% endif %}
{% endblock content %}