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 %} |
{% extends "layout.html" %} {% block body %}
# | Title | Text | Date {%- for goal in goals %} |
---|---|---|---|
{{ goal.id }} | {{ goal.title }} | {{ goal.text }} | {{ goal.pub_date.strftime('%Y-%m-%d %H:%M') }} {%- endfor %} |