Commit 300bcbc4 by Manzar Hussain

why choose us

parent a7ee8f49
{#
/**
* @file
* Default theme implementation to display a view of unformatted rows.
*
* Available variables:
* - title: The title of this group of rows. May be empty.
* - rows: A list of the view's row items.
* - attributes: The row's HTML attributes.
* - content: The row's content.
* - view: The view object.
* - default_row_class: A flag indicating whether default classes should be
* used on rows.
*
* @see template_preprocess_views_view_unformatted()
*
* @ingroup themeable
*/
#}
{% for row in rows %}
<div class="card">
<div class="abt_c_c bg_blue">
<div class="abt_sc_b"><span>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}
{# <img alt="Expertise in color for your comfort" data-entity-type="file" data-entity-uuid="d2f76f60-b33e-4589-88e0-4f2f890b2cd4" src="/sites/default/files/inline-images/Largest%20Manufacturer_0.png" width="44" height="44" loading="lazy"> #} </span>
<h6 class="abt_head_con_b">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h6>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
</div>
</div>
</div>
{% endfor %}
<!-- End: DIC corp History-->
\ No newline at end of file
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