description = "Post card" == {% set width = imageSettings.src[0] %} {% set height = imageSettings.src[1] %} {% set sizes = imageSettings.sizes %} {% set featured_image = post.featured_images|first.path %} {% set description = post.featured_images|first.description %}
{{ description }}
{% if post.categories.count %} {% set categoryLinks = post.categories | map(c => "#{c.name}") | join(', ') %} {{ 'rainlab.blog::lang.post.posted_byline' | trans({ date: post.published_at | date('rainlab.blog::lang.post.date_format' | trans), categories: categoryLinks }) }} {% else %} {{ 'rainlab.blog::lang.post.posted_byline_no_categories' | trans({ date: post.published_at | date('rainlab.blog::lang.post.date_format' | trans) }) }} {% endif %}

{{ post.title }}

{{ post.summary }}