title = "new/afisha-post" url = "/new/afisha-post/:id/:slug" layout = "new/master-inside" is_hidden = 0 robot_index = "index" robot_follow = "follow" [views] slug = "{{ :slug }}" [blogPost] slug = "{{ :slug }}" id = "{{ :id }}" categoryPage = 404 == {% put styles %} {% endput %} {% set post = blogPost.post %}

{{post.title}}

{{post.published_at|date('d.m.Y')}} | {{post.published_at|date('H:i')}}
{% if post.afisha_address %}
{{ post.afisha_address }}
{% endif %} {% if post.afisha_address %}
{{ post.afisha_phone }}
{% endif %}
1938
{% if post.featured_image %} {{post.title}} {% endif %}
{{post.content|md}}
{% partial 'newHome/right-sidebar.htm' class="article-aside" %}
{% put scripts %} {% endput %}