Grow With Walmart Learning Pathways
{% if items.size > 0 %} {% assign featured_courses_count = 0 %}
{% for learning_path in items %} {% assign is_featured = false %} {% for cat in learning_path.categories %} {% assign cat_name = cat.name | downcase %} {% if cat_name == "featured" %} {% assign is_featured = true %} {% endif %} {% endfor %} {% if is_featured %} {% assign featured_courses_count = featured_courses_count | plus: 1 %}
{% include "cards_learning_path" %}
{% endif %} {% endfor %}
{% if featured_courses_count > 0 %}
See more
{% else %}
Yikes! There is no featured content at the moment. Be sure to check back here later.
Yikes! There is no featured content at the moment. Be sure to check back here later.
{% endif %} {% else %}
Yikes! There is no featured content at the moment. Be sure to check back here later.
Yikes! There is no featured content at the moment. Be sure to check back here later.
{% endif %}