Files
Gainsight/Custom_Templates/customer_templates/Cin7 Customers/learning_paths.html.liquid

11 lines
333 B
Plaintext

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