{% extends "_base.html" %} {% block content %}
{{ title }}, {{ year }}
{% for tag in tags %}
✳ {{ tag }}
{% endfor %}
{{ content }}
{% if showcase %}
Exhibited:
{% for show in showcase %}

({{ show['year'] }})

{{ show['name'] }},

{{ show['location'] }}

{% endfor %}
{% endif %} {% if credits %}
Credits:
{% for credit in credits %}

{{ credit }},

{{ credits[credit]}}

{% endfor %}
{% endif %} {% if references %} {% endif %}
{% endblock %}