Commit 5203791e by Manzar Hussain

team body fix

parent e7d4f7b2
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<section class="e-r-slider"> <section class="e-r-slider">
{% for row in rows %} {% for row in rows %}
<div class="e-r-item"> <div class="e-r-item">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }} <p class="e-r-item-quotes">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}</p>
<p class="e-r-item-footer"> <p class="e-r-item-footer">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }} {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_team_position }}'] }} {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_team_position }}'] }}
......
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