{% assign log_out = true %} {% if current_person.signed_in? %} {% assign log_out = false %} {% endif %} {% if log_out %} {% 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" %}