{% include "header" %} {% include "sub_navigation" %}
{{ custom_page.headline }}
{{ custom_page.subheadline }}
{% for learning_path in learning_paths.available %} {% for category in learning_path.categories %} {% if category.name == 'Certifications' %} {% include "cards_learning_path" %}
{% else %} {% endif %} {% endfor %} {% endfor %} {% comment %}
{{ custom_page.content }}
{% endcomment %}
{% include "footer" %}