Files
Gainsight/Custom_Templates/customer_templates/Walmart Supplier Mexico/crete-con-walmart.html.liquid
2025-04-08 17:56:33 -04:00

16 lines
556 B
Plaintext

{% include "header" %}
<div class="np-homepage-hero">
<img class="homepage-hero-image"
src="https://s3.us-east-1.amazonaws.com/static.northpass.com/Walmart+Mexico/homepage-image-hero.jpg.png"
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" %}