{% if post.room == 'full' and post.accepted == true %} {% include session-full.html %} {% elsif post.accepted == true %} {% capture slot %}{% cycle 'begin', 'skip', 'end' %}{% endcapture %} {% if slot == 'begin' %}

{{ post.date | date: "%I:%M%p" | downcase }}

{% endif %} {% include session.html %} {% if slot == 'end' %}
{% endif %} {% endif %}