{% extends "base.html" %} {% block headtitle %}List of articles{% endblock %} {% block main %}

List of articles

{% if object_list %} {% else %}

No articles yet in this language, create one.

{% endif %} {% endblock %}