{% extends 'base.html' %} {% block content %}

Articles

{% for article in object_list %} {{ article.title }} {% empty %}
  • No articles yet.
  • {% endfor %}
    {% endblock %}