Papa and Walmart Notes. Anthology and HackerRank templates.

This commit is contained in:
Norm Rasmussen
2023-10-27 17:41:59 -04:00
parent 26a7ac654c
commit 728dc962cc
70 changed files with 2085 additions and 618 deletions

View File

@ -0,0 +1,13 @@
{% include "header" %}
<main class="np-main np-learning-paths np-subpage-container np-max-width">
<div class="np-learning-paths-main">
<div class="np-resource-title">
{% 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" %}