{{post.title}}
{{post.published_at|date('d.m.Y')}} | {{post.published_at|date('H:i')}}
{% if post.more_photo|length > 0 %}
{% for img in post.more_photo %}
{% endfor %}
{% else %}
{% endif %}
{% if post.afisha_address %}
{{ post.afisha_address }}
{% endif %}
{% if post.afisha_phone %}
{% endif %}
{{post.content|md}}