{% import "@site/includes/common/_blogsMacros.twig" as blogMacros %} {% for item in items %}
{{ time_date(item.article.createdAt) }}
{% for tag in item.article.tags %} {{ tag }} {% endfor %}
{{ item.article.title }} {{ (item.article.content|slice(0, 450) ~ '...')|nl2br }}
{% endfor %}