{% if learning_path.description and learning_path.description.size > 0 %}
{% include "learning_path_description" %}
{% endif %}
{% if learning_path.instructors and learning_path.instructors.any? %}
{% include "learning_path_instructors" %}
{% endif %}