{% include "modified_header" %}
{% if current_person.signed_in? %} {{ current_person.name }}
{{ current_person.name }}
{% endif %}
{% for website_navigation in navigations.header_navigations %} {{ website_navigation.name }} {% endfor %}
{% unless current_school.sso_active? %} Profile Settings {% endunless %} Sign Out
{% include "messages" %} {% include "course_version_outdated_alert", courses: courses.enrolled %}
{{ homepage.headline }}
{{ homepage.headline }}
{{ homepage.subheadline }}
{% include "sub_navigation" %}
{{ catalog.headline }}
{{ catalog.subheadline }}
{% capture label %}{% t shared.filters.by_category %}{% endcapture %} {% if courses.in_catalog.any? %} {% include "filter_dropdown", filters: courses.filters, key: "category_uuid", label: label %} {% endif %}
{% include "courses_catalog" %}
{% include "footer" %}