{{ item.title | truncate(65) }}
{{ item.author }} — {{ item.published | date_fmt('short') }} {% if item.nb_items is defined %} {{ item.nb_items }} {% endif %}
{% import 'components/avatar.html' as avatar with context %} {% block body %}
{{ item.title | truncate(65) }}
{{ item.author }} — {{ item.published | date_fmt('short') }} {% if item.nb_items is defined %} {{ item.nb_items }} {% endif %}