{% extends "base.html" %} {% block title %}{{ '| '+ title }}{% endblock %} {% block content %}
{% include '_nav.html' %}
{% for article in content %}
{{ article.title }}
{{ article.artists | join(', ') }}
{% if article.bookUrl %} {% endif %}
{% for article in content %} {% if article.dates %}
Date(s):
{{ article.dates | join(', ') }}
{% endif %} {% if article.times%}
Time(s):
{{ article.times | join(', ') }}
{% endif %}
Location(s):
{{ article.location[0] }}
{% endfor %}

{{ article.information | replace('\n', '
') | safe }}
{% if article.title == "Noire (France)" %}
{% endif %}
{% endfor %}
{% endblock content %}