add coma between topic & add 'and' in last in topic list
{% set my_topics = blog_topics(group.id, 250) %}{% for item in my_topics %}{% if not loop.last %}{% if not loop.first %}, {{ item }}{% else %}{{ item }}{% endif %}{% else %} and {{ item }}{% endif %}{% endfor %} https://prnt.sc/n3rffl