Commit d5386ccc by Manzar Hussain

add event views

parent 082d2d40
{#
/**
* @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
*/
#}
<div class="container">
<div class="row">
<div class="v_c_o_b">
<div class="v_i_c_b">
<div class="slider event_slider_b">
<div class="rbc_b_t">
{% for row in rows %}
<div class="event_c_b">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_event_image }}'] }}
<div class="e_c_txt_b">
<div class="eci_txt_b">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ body }}'] }}
<div class="btn_e_rm">
<a href="">Read More <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
<div class="slider event_slider_s">
{% for row in rows %}
<div class="rbc_s_t">
<div class="v_b_c_b">
<div class="v_t_ob">
<h6 class="e_h_cb">DIC India consolidates supply chain in printing hub of Sivakasi</h6>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<div class="cs_btn_c_b">
<a href="">View All &nbsp;<i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
\ 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