moved a bunch of churned customers templates to a hidden folder. Added to Sandata's script and the new groups. Notes.

This commit is contained in:
Norm Rasmussen
2024-05-06 17:07:40 -04:00
parent e9a721cfd6
commit 86ef310892
1042 changed files with 4425 additions and 339 deletions

View File

@ -0,0 +1,23 @@
{% include "header", current_page_orgin: "learning_paths" %}
<main class="np-main np-learning-paths np-subpage-container">
<div class="page__header-wrapper">
<h1 class="np-resource-title">
Browse Learning Paths
</h1>
{% comment %} Capture subtitle text so it can be modified {% endcomment %}
{% capture subtitle_text %}
{% t .subtitle %}
{% endcapture %}
{% if subtitle_text and subtitle_text.size > 0 %}
<div class="np-resource-subtitle">
{{ subtitle_text | replace: "courses", "tutorials" }}
</div>
{% endif %}
</div>
{% include "learning_paths_index", items: learning_paths.available, card_classes: "col-md-6" %}
</main>
{% include "footer" %}