{{ page.text | richtext }}
{% for block in page.content %}
{% include_block block %}
{% endfor %}
{% include "shared/small_calendar_snippet.html" %}
{% for block in page.sidebar_content %}
{% include_block block %}
{% if not forloop.last %}
{% endif %} {% endfor %}
{% endif %} {% endfor %}