{% if ex_type == "UTA" %}
		
			Unsettling the Algorithm ↑
		
		{% endif %}
		{% if ex_type == "LAN" %}
		
			Local Artists Network ↑
		
		{% endif %}
		
		
		{% for event in content %}
		{% if event.exh_type == ex_type %}
		{% if ex_type == "UTA"%}
		
		{% endif %}
		{% if ex_type == "LAN"%}
		
		{% endif %}
		
			
				
				
			
			
				
			
		
		{% endif %}
		{% endfor %}
		
	{{ event.title }}
			{{ event.artists | join(', ') }}
				{% if event.dates %}
				
		● {{ event.dates | join(', ') }}
				{% endif %}
				{% if event.times %}
				● {{ event.times | join(', ')}}
				{% endif %}
				
				● {{ event.location[0] }}