2024-01-19 19:47:00 -05:00
|
|
|
{% include "header" %}
|
|
|
|
|
<main class="np-main">
|
2024-01-23 16:54:25 -05:00
|
|
|
<div class="np-hidden-mobile np-max-width" id="learning-path-desktop">
|
2024-01-19 19:47:00 -05:00
|
|
|
{% include "learning_path_desktop_view" %}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="np-hidden-desktop" id="learning-path-mobile">
|
|
|
|
|
{% include "learning_path_mobile_view" %}
|
|
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
{% include "footer" %}
|