{% if learning_path.enrolled? %} {% for category in learning_path.categories %} {% assign category_name = category.name | downcase %} {% if category_name == "new hire training" %} {% endif %} {% endfor %} {% endif %} {% include "header" %}
{% include "learning_path_desktop_view" %}
{% include "learning_path_mobile_view" %}
{% include "footer" %}