<a href="{{ path('blog_post_show', {'uid': post.uid}) }}" class="layout-post"> <div class="layout-post__image" style="background-image:url('{{ post.imageUrl }}');"> </div> <div class="layout-post__text"> <h4 class="layout-post__title"> {{ post.title }} </h4> <p class="layout-post__subtitle"> {{ post.subtitle|length > 60 ? post.subtitle|slice(0, 60) ~ '...' : post.subtitle}} </p> <p class="layout-post__date"> {{ post.published_at}} </p> </div></a>