{{ homepage.headline }}
{{ homepage.subheadline }}
{% if learning_paths.available.any? %}
{% for learning_path in learning_paths.available limit: 3%}
{% include "cards_learning_path" with learning_path %}
{% endfor %}
{% else %}
{% t .empty, key: current_school.course_vocabulary %}
{% endif %}
{% include "footer" %}