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

{{ article.title }}

image
{{ article.get_date }}
{{ article.content|safe }}
{% for banner in banners %} {% if banner.banner %}

{{ banner.title }}

{{ banner.button_text }}
{% endif %} {% endfor %}

Другие новости

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