{% load text_filters %} {% load posts %}
{{ post.published_at | date:"d E Y" | lower }}
{% if request.user.is_superuser %}✏️{% endif %} {{ post.title | safe }}
{% if post.subtitle %}
{{ post.subtitle | safe }}
{% endif %} {% if post.is_members_only %}
   пост только для своих
{% endif %} {% if post.image %}
{% endif %}