{% if current_person.properties.first_login == true %} {% endif %} {% include "header" %} {% include "sub_navigation" %}
{% include 'walmart-start_banners' %}
{% for learning_path in learning_paths.enrolled %} {% for category in learning_path.categories %} {% if us_user_grow %} {% if category.name == 'Grow With Walmart' %} {% include "cards_learning_path" %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{% include "footer" %}