{% if section.headline || section.subhead || section.headline_basic || section.header_text%} {% include "header-section.html" %} {% endif %} {% if section.schedule %} {% for section in section.schedule %}
{% include "entry-schedule.html" %}
{% endfor %} {% endif %} {% if section.subsections %} {% for section in section.subsections %}
{% if section.headline || section.subhead || section.headline_basic || section.header_text%} {% include "header-section.html" %} {% endif %} {% for section in section.columns %} {% include "column-default.html" %} {% endfor %} {% if section.rule %} {% include "rule.html" %} {% endif %}
{% endfor %} {% endif %} {% if section.rule %} {% include "rule.html" %} {% endif %} {% if section.sponsors %}
{% for sponsor in section.sponsors %} {% endfor %}
{% endif %} {% if section.sponsor_list %} {% endif %}