{% extends 'layout.twig' %} {% block content %}

{{post.name}}

{{post.date}}

{{ function('pll_e', 'время чтения') }}: {{post.reading_time}}

{% if post.get_author_name %} {% endif %}
{{post.thumbnail.alt}}
{{post.content}}
{{ function('get_post_likes_count', post.ID) }}

{{ function('pll_e', 'КОММЕНТАРИИ') }} ({{ function('get_comments_number', post.ID) }})

{{ function('comments_template') }}
{% include '/blog/featured-slider.twig' %}
{% endblock %}