{{post.title}}
{{post.published_at|date('d.m.Y')}} | {{post.published_at|date('H:i')}} | {% partial 'view' %}
{% if post.more_photo|length > 0 %}
{% for img in post.more_photo %}
{% endfor %}
{% else %}
{% endif %}
{{post.content|md}}
{% if post.img_source %}
{{ 'Фото'|_ }}: {{ post.img_source }}
{% endif %}
{% partial 'new/social' %}