{{ row.title | safe }}
{% if row.start_date %}
{% endif %}
{% if row.location %}
{% endif %}
{% if row.cost %}
{% endif %}
{% endif %}
{% if row.text %}
Date:
{{ row.start_date | safe }}
Location:
{{ row.location }}
Cost:
{{ row.cost }}
{{ row.text | safe }}
{% endif %}
{{row.image | safe }}