{% for article in content %}
{% endfor %}
{{ article.title }}
{{ article.artists | join(', ') }}
{{ article.information }}
{% if article.bookUrl %}
↳ Book
{% endif %}
{% for article in content %}
{% if article.dates %}
{% endif %}
{% if article.times%}
{% endif %}
{% endfor %}
/ Date:
{{ article.dates | join(', ') }}
/ Time:
{{ article.times | join(', ') }}
/ Location:
{{ article.location[0] }}