Template Error

Variable "products" does not exist.

/home/hh051630/public_html/craft/templates/pages/ww.html(17)

05             <h1 class="project-title">{{ entry.title }}</h1>
06             <p>{{ entry.subtitle }}</p>
07         </div>
08 <!--    </a> -->
09 </header>
10 <section id="content">
11     <div class="row spanner normal show-for-small-only"></div>
12     <div class="row spanner normal show-for-small-only"></div>
13     <div class="row spanner normal"></div>
14     {% for wwStep in workflow.work %}
15         <div class="row productListItem">
16             <div class="small-12 medium-6 {% if loop.index is even %}medium-push-6{% endif %} columns">
17                 <img src="{{ wwStep.stepImage.first().getUrl() }}" alt="{{ products.title }} | WVH Gevelprojecten" class="wwImg"/>
18                 <div class="stepCount {% if loop.index is even %}label-right{% else %}label-left{% endif %}">{{ loop.index }}</div>
19             </div>
20             <div class="small-12 medium-6 {% if loop.index is even %}medium-pull-6{% endif %} columns">
21                 <h3 class="productTitle">{{ wwStep.stepTitle }}</h3>
22                 {{ wwStep.stepTxt }}
23             </div>
24         </div>
25     {% endfor %}
26     <div class="row spanner normal"></div>
27     
28 </section>
2024-03-19 09:23:36 Apache / Craft CMS 2.7.3