{% assign omni = false %} {% assign core = false %} {% if current_person.signed_in? %} {% for group in current_person.groups %} {% if group.id == '9daeef1e-bd6c-47da-a343-ef772ba88300' %} {% assign core = true %} {% elsif group.id == 'afa31e2d-646e-4b7e-b65e-c426dc30ec5c' %} {% assign omni = true %} {% endif %} {% endfor %} {% endif %} {% include "header" %}
Learning Paths
Explore curated learning paths tailored to your function and role.
{% if current_person.signed_in? %} {% include "learning_paths_index", items: learning_paths.available %} {% else %}
You must be signed in to view Learning Paths.
{% endif %}
{% include "footer" %}