{% extends 'base.html' %} {% block content %} {% if articles %} {% for article in articles %} {{article.title}}

{{ article.date }}

---

{% endfor %} {% endif %} {% endblock content %}