{% for post in __SELF__.posts %}
  • {{ post.title }} {% if post.categories|length %} - {{ "ginopane.blogtaxonomy::lang.components.partials.published_in"|trans }} {% for category in post.categories %} {{category.name}}{% if not loop.last %}, {% endif %} {% endfor %} {% endif %}
  • {% endfor %}