2022-05-02 16:43:55 -04:00
|
|
|
{% include "header" %}
|
|
|
|
|
<main class="np-main np-max-width np-page-container">
|
|
|
|
|
<div class="np-hidden-mobile" id="learning-path-desktop">
|
2024-05-06 17:07:40 -04:00
|
|
|
{% include "learning_path_summary_desktop_view" %}
|
2022-05-02 16:43:55 -04:00
|
|
|
</div>
|
|
|
|
|
<div class="np-hidden-desktop" id="learning-path-mobile">
|
2024-05-06 17:07:40 -04:00
|
|
|
{% include "learning_path_summary_mobile_view" %}
|
2022-05-02 16:43:55 -04:00
|
|
|
</div>
|
|
|
|
|
</main>
|
|
|
|
|
{% include "footer" %}
|