Copied Cin7 Templates to update their pages to allow for more openness.

This commit is contained in:
Norm Rasmussen
2024-08-15 16:44:04 -04:00
parent bae1307bb4
commit cad4a27584
123 changed files with 5089 additions and 168 deletions

View File

@ -0,0 +1,10 @@
{% include "header" %}
<main class="np-main">
<div class="np-hidden-mobile np-max-width" id="learning-path-desktop">
{% include "learning_path_desktop_view" %}
</div>
<div class="np-hidden-desktop" id="learning-path-mobile">
{% include "learning_path_mobile_view" %}
</div>
</main>
{% include "footer" %}