{{ page.week }} {{ page.title }}

{% if page.days %}
{% for day in page.days %}
{{ day.date | date: '%b %e' }}
{% for event in day.events %}
{{ event | first | markdownify }} {{ event | last | markdownify }}
{% endfor %} {% endfor %}
{% endif %} {% assign content_strip = content | strip %} {% if content_strip != "" %}
{{ content }}
{% endif %}