Walmart CSV for Miro. Templates changes for my sandbox.

This commit is contained in:
Norm Rasmussen
2025-02-24 13:35:42 -05:00
parent 0ef4477030
commit 74d46e88f4
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -1,5 +1,11 @@
<div class="np-learning-paths-resources">
{% if items.any? %}
{% for course in items %}
<script>
console.log("If items.any? liquid statement")
console.log('{{course.name}}')
</script>
{% endfor %}
{% for learning_path in items %}
{% include "cards_learning_path" with learning_path %}
{% endfor %}