{% extends 'base.html' %} {% load static %} {% load filters %} {% load thumbnail %} {% block content %} {% include 'includes/breadcrumbs_dark.html' %} Новости Все новости {% for category in categories %} {{ category.title}} {% endfor %} Все новости {% for category in categories %} {{ category.title }} {% endfor %} {% for article in articles %} {% if article.cover %} {% endif %} {{ article.get_date }} {{ article.title }} {% endfor %} {% include 'includes/pagination.html' %} {% include 'includes/form.html' with mparam="mb-5" %} {% include 'includes/about.html' %} {% endblock %}