--- layout: page title: Artists permalink: /artists/ ---

{{page.title}}

Back to home
{% capture counter %}{{ '0' }}{% endcapture %} {% for event in site.posts %} {% for talk in event.talks %} {% if counter == '0' %}
{% endif %}
{% if {{talk.media_artist_url}} %} {% else %} {% endif %}

{{talk.artist}}

{{talk.artist_bio}}

{% capture counter %}{{ counter | plus:'1' }}{% endcapture %} {% if counter == '4' %} {% capture counter %}{{ '0' }}{% endcapture %}
{% endif %} {% endfor %} {% endfor %}