--- layout: default ---
{% for post in paginator.posts %}
{% capture talks_number %}{{ post.talks | size }}{% endcapture %} {% capture col_width %}{{ 12 | divided_by:talks_number }}{% endcapture %} {% for talk in post.talks %}
{% if {{talk.media_artist_url}} %} {% else %} {% endif %}

{{talk.artist}}: {{talk.title}}

{{talk.description}}

{% if talk.artist_website %} {{talk.artist_website}} {% endif %} {% if talk.video_url %} Video {% endif %}
{% endfor %}
{% endfor %}
{% if paginator.previous_page %} {% else %} Previous {% endif %} Page: {{ paginator.page }} of {{ paginator.total_pages }} {% if paginator.next_page %} {% else %} Next {% endif %}