11 lines
305 B
Plaintext
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>
|