Papa notes. A few other small changes.

This commit is contained in:
Norm Rasmussen
2023-11-02 17:56:40 -04:00
parent 5b2363bae2
commit 4d20bb39d2
46 changed files with 1018 additions and 706 deletions

View File

@ -0,0 +1,16 @@
{% include "header" %}
<main class="np-main np-learning-paths np-subpage-container np-max-width">
<div class="hidden-desktop-custom">
{% include "sub_navigation" %}
</div>
<div class="np-learning-paths-main">
<div class="header-2">
{% t shared.learning_paths %}
</div>
<div class="np-resource-subtitle">
{% t .subtitle %}
</div>
{% include "learning_paths_index", items: learning_paths.available %}
</div>
</main>
{% include "footer" %}