{% extends "base.html" %} {% block title %}{{ '| '+ title }}{% endblock %} {% block content %}
{% include '_nav.html' %} {% include '_list-header.html'%}
{% if ex_type == "UTA" %}
Unsettling the Algorithm ↑
{% endif %} {% if ex_type == "LAN" %}
Local Artists Network ↑
{% endif %} {% if ex_type == "ES" %}
Ethics Studio ↑
{% endif %}
{% endblock content %}