{% include "header" %} {% include "sub_navigation" %}
APPLY FILTERS
STATUS
CATEGORY
{% for category in categories.enrolled %}
{% endfor %}
{% assign learning_paths_alphabetical = learning_paths.available | sort: "name" %} {% include "learning_paths_index", items: learning_paths_alphabetical %}
{% include "footer" %}