Commit a5cd39c7 by Manzar Hussain

application main

parent 2af93985
......@@ -38,38 +38,36 @@
<div class="row">
<div class="col-12">
<div class="h_c_b_wrapper">
<h2 class="h_c_w_bnm">Packaging</h2>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.</p>
<h2 class="h_c_w_bnm">Application</h2>
<p>With DIC inks, you can rest assured of top-notch printing across applications & substrates. View our entire range of printing inks and adhesives.</p>
</div>
<!--product list start-->
<div class="row">
{% for row in rows %}
<div class="col-md-4">
{% for row in rows %}
<div class="col-md-6 col-lg-4 app_con_box">
<section class="ap-grid-block">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ name }}'] }}
<div class="ap-slider">
<div class="ap-grid-item">
<figure>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</figure>
<figure class="text-center">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</figure>
<h6>Paper Packaging</h6>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }}</p>
</div>
<div class="ap-grid-item">
<figure>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</figure>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }}</p>
</div>
<div class="ap-grid-item">
<figure>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</figure>
<p>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ description__value }}'] }}</p>
</div>
</div>
</div>
</section>
</div>
{% endfor %}
{% endfor %}
</div>
<!--product list end-->
</div>
</div>
</div>
</div>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment