{% extends "base.html" %} {% block content %}
{% for (slug, post) in posts %}

{{ post.title }}

{% if loop.first %} NEW {% endif %}

{{ post.description }}

{% endfor %}
{% endblock %}