{% assign master_learning_path = false %} {% if current_person.signed_in? %} {% for group in current_person.groups %} {% if group.id contains 'cebe3604-010f-4de2-b953-b8d0a1058188' or group.id contains 'b8ffe8fd-4210-40c3-8dfb-ce7ac3fc4027'%} {% assign master_learning_path = true %}

hi

{% endif %} {% endfor %} {% endif %} {% include "header" %} {% include "course_version_outdated_alert", courses: courses.featured %}
{{ homepage.headline }}
{{ homepage.headline }}
{{ homepage.subheadline }}
{% t .discover %}
{% include "sub_navigation" %} {% if master_learning_path %} {% for learning_path in learning_paths.available %} {% if learning_path.id == 'a2511934-9696-4ed1-b7a0-d27d5e244c10' and learning_path.progress < 100 %}

true

{% include "cards_learning_path" with learning_path %} {% endif %} {% endfor %} {% endif %}
{% include "footer" %}