{% extends "base.html" %} {% block content %}
{% block content_title %} {% endblock %} {% for article in articles %}

{{ article.category }}: {{ article.title }}

{{ article.summary }}
{% endfor %}
{% endblock content %}