{% extends "base.html" %} {% block content %} {% for (slug, post) in posts %} {% if loop.first %}
NEW!
{% endif %}

{{ post.title }}

{{ post.description }}

{% endfor %} {% endblock %}