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