{{ page.text | richtext }} {% for block in page.content %} {% include_block block with block_id=block.id %} {% endfor %} {% if page.has_calendar %} {% include "shared/small_calendar_snippet.html" with events=page.calendar.current_events %} {% endif %} {% for block in page.sidebar_content %} {% include_block block %} {% if not forloop.last %} {% endif %} {% endfor %} {% include "shared/followus_snippet_column.html" %}