{% extends "layout.html" %} {% block body %}

All Items

# Title Text Date {%- for goal in goals %}
{{ goal.id }} {{ goal.title }} {{ goal.text }} {{ goal.pub_date.strftime('%Y-%m-%d %H:%M') }} {%- endfor %}

New Goal

{% endblock %}