{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %} {% for article in articles %}

{{ article.name }}

{{ article.created }}

{{ article.description }}

{% endfor %} {% endblock %}