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

10 lines
287 B
Plaintext

{% include "header" %}
<main class="np-main np-learning-paths np-subpage-container np-max-width">
{% include 'custom_sub_nav' %}
<div class="np-learning-paths-main">
{% include "learning_paths_index", items: learning_paths.available %}
</div>
</main>
{% include "footer" %}