{{ article.title }}
{% if article.sub_title %}{{ article.sub_title }}
{% endif %}
{{ article.post|safe }}
{% if gallery_images %}
Изображения
{% if article.gallery_display_mode == 'carousel' %}
{% for image in gallery_images %}
{% endfor %}
{% if gallery_images.count > 1 %}
{% for image in gallery_images %}
{% endfor %}
{% endif %}
{% for image in gallery_images %}
{% if image.caption %}
{% endfor %}
{% endif %}
{{ image.caption }}
{% endif %}Прикреплённые файлы
{% for file in attached_files %}
{% endfor %}
{{ file.title }}
{% if file.description %}
{{ file.description }}
{% endif %}
Ссылки
{% for link in attached_links %}
{% if link.preview_image %}
{% endif %}
{% endfor %}
{{ link.title|default:link.url }}
{% if link.description %}{{ link.description|truncatewords:20 }}
{% endif %} {{ link.domain }}Комментарии к этой статье отключены
Комментарии ({{ article.comments_count }})
{% if user.is_authenticated %} {% else %}Чтобы оставить комментарий, войдите или зарегистрируйтесь.