{% if learning_paths.available.any? %}
{% for learning_path in learning_paths.available %}
{% if learning_path.name == "Set up Front for my company" or learning_path.name == "Front for my daily work" or learning_path.name == "Make smarter decisions with Front analytics" %}
{% include "cards_learning_path_vertical" with learning_path %}
{% endif %}
{% endfor %}
Not sure where to start? Browse the full course catalog to discover everything Front Academy has to offer.
{% endif %}