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

Articles

Добавить

{% for article in articles %}

{{ article.title }}

Подробнее...
{% endfor %}
{% if is_paginated %} {% include 'partial/pagination.html' %} {% endif %} {% endblock %}