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

Articles

Создать {% include 'partial/search_form.html' %} {% for article in articles %}


{{ article.title }}

{% if user.is_authenticated %}

Подробнее

{% endif %}


{% endfor %} {% if is_paginated %} {% include 'partial/pagination.html' %} {% endif %} {% endblock %}