{% assign catalog_courses = courses.in_catalog %} {% assign enrolled_courses = courses.enrolled %} {% assign survey_courses = "" %} {% assign survey_course_completed = false %} {% if current_school.id == "10183441-2254-4b1e-a9f7-9549ca773257" %} {% comment %} LIVE SCHOOL {% endcomment %} {% assign survey_course = catalog_courses | where: "id", "b3225a47-448d-4988-962a-18d37d6616d0" %} {% elsif current_school.id == "804edb32-c300-42f3-82b7-e5d55fcbc2a6" %} {% comment %} SANDBOX SCHOOL {% endcomment %} {% assign survey_course = catalog_courses | where: "id", "fdc8acdc-0b7c-4064-a52b-1955379d411b" %} {% endif %} {% for course in survey_course %} {% if course.progress == 100 %} {% assign survey_course_completed = true %} {% endif %} {% endfor %} {% include "header" %}
{{ homepage.headline }}
{% if basic_3p_user %}
{% else %}
{{ homepage.subheadline }}
{{ homepage.headline }} {% include "sub_navigation" %} {% endif %} {% unless basic_3p_user %} {% include "homepage_topics" %} {% endunless %} {%- comment -%}
{%- endcomment -%} {% include "footer" %} {% if current_person.signed_in? %} {% unless current_person.email contains "+preview" %} {% if current_person.properties.first_time_user_popup_seen == false %} {% elsif current_person.properties.first_time_user_popup_seen == true %} {% else %} {% endif %} {% endunless %} {% endif %}