{% assign omni = false %} {% assign core = false %} {% assign log_out = true %} {% if current_person.signed_in? %} {% assign log_out = false %} {% for group in current_person.groups %} {% if group.name contains 'Core' %} {% assign core = true %} {% elsif group.name contains 'Omni' %} {% assign omni = true %} {% endif %} {% endfor %} {% endif %} {% if log_out %} {% endif %} {% include "header" %}
Learning Paths
Explore curated learning paths tailored to your function and role.
{% comment %}
{% include 'filters_lp' %}
{% endcomment %}
{% include "learning_paths_index", items: learning_paths.available %}
{% include "footer" %}