rf-web/_includes/program/full-program.html

18 lines
734 B
HTML
Raw Normal View History

<div>
<!-- <small class="textbox inline-block margin-32-bottom">{{ site.data.translations.event_time_soon[page.lang]}}</small> -->
{% 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>
</div>