2024-01-19 19:47:00 -05:00
|
|
|
{% include "header" %}
|
|
|
|
|
<main class="np-main np-max-width np-page-container">
|
|
|
|
|
<div class="np-hidden-mobile" id="learning-path-desktop">
|
2024-11-18 15:06:48 -05:00
|
|
|
{% include "learning_path_desktop_view" %}
|
2024-01-19 19:47:00 -05:00
|
|
|
</div>
|
|
|
|
|
<div class="np-hidden-desktop" id="learning-path-mobile">
|
2024-11-18 15:06:48 -05:00
|
|
|
{% include "learning_path_mobile_view" %}
|
2024-01-19 19:47:00 -05:00
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
{% include "footer" %}
|