Walmart CSV for Miro. Templates changes for my sandbox.
This commit is contained in:
BIN
Custom_Templates/customer_templates/.DS_Store
vendored
BIN
Custom_Templates/customer_templates/.DS_Store
vendored
Binary file not shown.
@ -1,5 +1,11 @@
|
|||||||
<div class="np-learning-paths-resources">
|
<div class="np-learning-paths-resources">
|
||||||
{% if items.any? %}
|
{% 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 %}
|
{% for learning_path in items %}
|
||||||
{% include "cards_learning_path" with learning_path %}
|
{% include "cards_learning_path" with learning_path %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user