{% set post = __SELF__.post %}
{{ post.content_html | raw }}
{% if post.featured_images.count %} {% endif %}

{% if post.categories.count %} {% set categoryLinks = post.categories | map(c => "#{c.name}") | join(', ') %} {{ 'winter.blog::lang.post.posted_byline' | trans({ date: post.published_at | date('winter.blog::lang.post.date_format' | trans), categories: categoryLinks }) }} {% else %} {{ 'winter.blog::lang.post.posted_byline_no_categories' | trans({ date: post.published_at | date('winter.blog::lang.post.date_format'|trans) }) }} {% endif %}