{% extends 'base.html' %} {% load static %} {% load filters %} {% load thumbnail %} {% block content %} {% include 'includes/breadcrumbs_dark.html' %}

Новости

{% for category in categories %} {% endfor %}
{% for article in articles %}
{% if article.cover %} image {% endif %}
{{ article.get_date }}
{{ article.title }}
{% endfor %}
{% include 'includes/pagination.html' %}
{% include 'includes/form.html' with mparam="mb-5" %} {% include 'includes/about.html' %} {% endblock %}