{% extends "base.html" %} {% block page_title %}Articles list{% endblock %} {% block page_description %}List of all articles.{% endblock %} {% block pageclass %} List of all articles {% endblock %} {% block content %}

List of all articles

{% endblock %}