Commit 38acf93a by Manzar Hussain

add test code

parent 52c1837b
...@@ -18,53 +18,19 @@ ...@@ -18,53 +18,19 @@
*/ */
#} #}
<div class="container-fluid spacerTB"> {% if title %}
<div class="row"> <h3 class="group-title">{{ title }}</h3>
<div class="container"> {% endif %}
<!-- <div class="ls_h_c_b"> <div class="group-content">
<h2 class="hl_cw_box">Leadership</h2> {% for row in rows %}
<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, as opposed to using 'Content here, content here', making it look like readable English.</p> {%
</div> set row_classes = [
--> default_row_class ? 'views-row',
<!-- bottom container box start --> ]
<div class="a_s_w_c"> %}
<div class="ls_i_c"> <div{{ row.attributes.addClass(row_classes) }}>
<div class="ls_l_con_b"> {{- row.content -}}
<div class="la_sb_l"> </div>
<h5 class="sb_h_c_b box_c_dd_menu">Categories<span><i class="fa fa-angle-down" aria-hidden="true"></i></span></h5> {% endfor %}
<div class="ls_sbmenu sb_dd_m_data"> </div>
<ul>
<li><a href="">Corporate Governance</a></li>
<li><a href="">Corporate Governance</a></li>
<li><a href="">Corporate Governance</a></li>
<li><a href="">Corporate Governance</a></li>
<li><a href="">Corporate Governance</a></li>
<li><a href="">Corporate Governance</a></li>
</ul>
</div>
</div>
</div>
<div class="ls_r_con_b">
<div class="rcb_pd_page">
<h1 class="ineves_det_h_m">Annual Results</h1>
{% for row in rows %}
<div class="a_r_c_b">
<h4 class="hm_cb_d">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_year }}'] }}</h4>
<div class="arcb_data">
<div class="col-sm-6">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_pdf_url }}'] }}
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
<!-- bottom container box end -->
</div>
</div>
</div>
<!-- content section end -->
\ 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