{{ title }}
{{ description }}
{% if row.get('link') is not none %}
{{ row.title }}
{% else %}{{ row.title }}
{% endif %}{{ row.description }}
{{ row.date | human_date }}
{% for category in row.categories %} {{ category | category_title }}{{ ", " if not loop.last }} {% endfor %}