{% set current_path = template_path ~ '/modules/blog/components/featured-slider' %} {% if featured %}
{% for item in featured %} {% set _post = item.post %}
{{_post.thumbnail.alt}}
{{_post.name}}

{{_post.excerpt}}

{{_post.date}}
{{ function('pll_e', 'время чтения') }}: {{_post.reading_time}}
{{ function('pll_e', 'читать статью') }}
{% endfor %}
{% endif %}