Lots of custom template changes. Downloaded the default ones and made changes to Chubb and Cin7. Cleaned up some files.

This commit is contained in:
Norm Rasmussen
2024-02-16 14:41:07 -05:00
parent 839f32424c
commit 06aba90bca
385 changed files with 659 additions and 359 deletions

View File

@ -1,14 +0,0 @@
{% include "header" %}
{% include "sub_navigation" %}
<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" %}