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