{% include "header" %}
{% include "sub_navigation" %}
{% include "course_version_outdated_alert", courses: courses.in_catalog %}
{{ homepage.headline }}
{% comment %} Welcome to Anthology Academy {% endcomment %}
{% comment %} Benefit from expert training and on-demand learning content to improve skills and ensure your team is getting the best Anthology experience possible. {% endcomment %}
{% if current_person.email contains '+preview' or current_person.email == 'kfelton@anthology.com'%} {% assign sub_levels_length = current_person.properties.subscription_levels | size %} {% if sub_levels_length > 0 %} {% include "product_bar" %} {% endif %} {% endif %}
{% comment %} {% include "browse_by_product" %} {% endcomment %}
Catalog
Explore our collection of learning resources
{% comment %}
Search:
{% endcomment %} {% comment %} ----------------------------------------------------------------- {% endcomment %} {% comment %} FOR NORM: {% endcomment %} {% comment %} Ln 79-90 >> old search {% endcomment %} {% comment %} Ln 99-108 >> new search {% endcomment %} {% comment %} ----------------------------------------------------------------- {% endcomment %} {% comment %}
{% endcomment %} {% comment %}
{% endcomment %} {%- comment -%} {% if current_person.email contains "+preview" %}
Filter By:
{% include "filter_by_product", page: 'Homepage' %}
{% endif %} {%- endcomment -%}
Filter By:
{% capture label %}{% t shared.filters.by_type %}{% endcapture %} {% include "filter_by_product", page: 'Homepage' %} {% include "filter_by_category", page: 'Homepage' %}
{% assign renderPopular = false %} {% assign totalCount = 0 %} {% if courses.enrolled.any? %} {% for course in courses.enrolled %} {% if course.properties.most_popular == true %} {% assign totalCount = totalCount | plus : 1 %} {% assign renderPopular = true %} {% endif %} {% endfor %} {% endif %} {%- comment -%} {% if renderPopular == true %} {% include "popular_courses_non_carousel" %} {% endif %} {%- endcomment -%} {% if courses.enrolled.any? %} {% include "courses_catalog" %} {% else %} {% capture message %} {% t shared.zero_state.courses.catalog, key: current_school.course_vocabulary %} {% endcapture %} {% include "courses_zero_state", message: message %} {% endif %}
{% include "footer" %} {% if current_person.signed_in? %} {% unless current_person.email contains "+preview" %} {% if current_person.properties.learner_completed_additional_info == false %} {% elsif current_person.properties.learner_completed_additional_info == true %} {% else %} {% endif %} {% endunless %} {% endif %}