{# AUTHOR #}
{{ post.user.first_name }} {{ post.user.last_name }}
By {{ post.user.first_name }} {{ post.user.last_name }}
{{ post.published_at | date('rainlab.blog::lang.post.date_format'|trans) }}
{# CAROUSEL #}
1 %}id="singlePostCarousel"{% endif %} class="single-post-carousel owl-carousel owl-theme border corner-shape-lg overflow-hidden"> {% for image in post.featured_images %} {# CAROUSEL ITEM #} {% partial 'blog/post-carousel-item' image=image imageSettings=imageSettings %} {% endfor %}
{# CONTENT #}
{{ post.content_html|raw }}

{# SHARING LINKS #} {% partial 'blog/sharing-links' %}