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