2020-08-16 09:54:33 +00:00
|
|
|
<div>
|
2020-09-08 14:46:22 +00:00
|
|
|
<!-- <small class="textbox inline-block margin-32-bottom">{{ site.data.translations.event_time_soon[page.lang]}}</small> -->
|
2020-08-16 09:54:33 +00:00
|
|
|
{% include program/program-day.html date="2020-09-18" weekday=5 %}
|
|
|
|
{% include program/program-day.html date="2020-09-19" weekday=6 %}
|
|
|
|
{% include program/program-day.html date="2020-09-20" weekday=0 %}
|
2020-08-21 18:25:52 +00:00
|
|
|
|
|
|
|
<div class="content margin-64-bottom">
|
|
|
|
<h3 class="textbox inline-block">The gallery:</h3>
|
|
|
|
<ul class="prog-list margin-16-bottom block">
|
|
|
|
{% for event in events %}
|
|
|
|
{% assign format=event.format | downcase %}
|
|
|
|
{% if format == 'artwork' %}
|
|
|
|
{% include program/program-item.html event=event %}
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</div>
|
2020-08-16 09:54:33 +00:00
|
|
|
</div>
|