{% for post in posts %} {{post.title}} {{post.date | datetimeformat(‘%a %b %d, %Y %-I:%M %p’)}} {{post.content | safe}} {% else %} There are no active alerts {% endfor %}