Files
Gainsight/Custom_Templates/customer_templates/Walmart Spark Prod/learning_path.html.liquid
2023-10-12 17:35:48 -04:00

11 lines
305 B
Plaintext

{% capture icon %}
fa-arrow-left
{% endcapture %}
{% include "mobile_header", title: learning_path.name, back_icon: icon, back_link: "/app/courses" %}
<main class="np-main np-max-width np-page-container">
<div id="learning-path-mobile">
{% include "learning_path_mobile_view" %}
</div>
</main>