{% if section.number || section.day || section.date %}
{% if section.number %}

{{ section.number }}


{% endif %} {% if section.day || section.date %}

{{ section.day }}, {{ section.date }}

{% endif %}
{% endif %}
{% for event in section.events %}

{{ event.time }}

{% if event.lead %}

{{ event.lead|safe }}

{% endif %} {% if event.name %}

{% if event.url %}{% endif %} {{ event.name|safe }} {% if event.url %}{% endif %}

{% endif %} {% if event.desc %}{{ event.desc|safe }}{% endif %} {% if event.content %}{{ event.content|safe }}{% endif %}
{% endfor %}