2025-04-08 17:56:33 -04:00
|
|
|
{% include "header" %}
|
|
|
|
|
<div class="np-homepage-hero">
|
|
|
|
|
<img class="homepage-hero-image"
|
2025-12-10 16:11:34 -05:00
|
|
|
src="{{ homepage.artwork_url }}"
|
2025-04-08 17:56:33 -04:00
|
|
|
alt="{{ homepage.headline }}"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
<main class="np-main np-learning-paths np-subpage-container np-max-width">
|
|
|
|
|
{% include 'crete_con_walmart_lp_section' %}
|
|
|
|
|
{% include 'custom_sub_nav' %}
|
|
|
|
|
<div class="np-learning-paths-main">
|
|
|
|
|
{% include "learning_paths_index", items: learning_paths.available %}
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
{% include "footer" %}
|