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

{{post.name}}

{{post.date}}

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

{% if post.get_author_name %}
{{post.get_author_name}}
{% endif %}
{{post.thumbnail.alt}}
{{post.content}}
{% include '/blog/featured-slider.twig' %}
{% endblock %}