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

Articles

{% for article in object_list %} {{ article.title }} {% empty %}
  • No articles yet.
  • {% endfor %}
    {# scripts to handle editor behavior #} {{media}} {% endblock %}