Added the new templates for Learning Paths. Some small script changes.

This commit is contained in:
Norm Rasmussen
2023-06-30 16:05:43 -04:00
parent f314daed98
commit 94dc876345
97 changed files with 2634 additions and 241 deletions

View File

@ -0,0 +1,10 @@
<main class="np-main np-max-width np-subpage-container">
<div class="np-homepage-featured-text">
<div class="np-homepage-headline">
{% t .header %}
</div>
</div>
<div class="np-homepage-featured-empty">
<img src="/images/404.svg">
</div>
</main>