All times are CEST (UTC+2 Europe/Zurich)
  {% 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 %}
  
    The gallery:
    
      {% for event in events %}
        {% assign format=event.format | downcase %}
        {% if format == 'artwork' %}
          {% include program/program-item.html event=event %}
        {% endif %}
      {% endfor %}