{{ article.title.rendered|safe }}
{{ article.author.name }}
{% endif %}on {{ article.date }}
Tags: {% for tag in tags %} {{ tag.name }} {% if not loop.last %},{% endif %} {% endfor %}
{% endif %}
on {{ article.date }}
Tags: {% for tag in tags %} {{ tag.name }} {% if not loop.last %},{% endif %} {% endfor %}
{{ related_article.excerpt.raw.replace('[…]', '') |truncate(162) }}