summaryrefslogtreecommitdiff
path: root/themes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig
blob: 5dc47c8a32024f98d2508f777c940d6d7879e189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{#
/**
 * @file
 * Display Suite 1 column template.
 *
 * Available variables:
 * - ds_content_wrapper: wrapper around content
 * - attributes: content region attributes
 * - ds_content: content region
 */
#}
<{{ ds_content_wrapper }}{{ attributes.addClass('ds-1col', 'clearfix') }}>

  {{ title_suffix.contextual_links }}

	<div class="container" style="">
		{{ ds_content.field_image_research_area }}
	</div>
	<div class="row ">
	<div class="col-sm-12 ml-5" style="">
 {# {{ ds_content.field_area }} 
   {{ ds_content.field_lab_equipment_cost }}
     {{ ds_content.	field_utilisation_of_lab }}
      {{ ds_content.body }}
#}
{{ ds_content|without('field_image_research_area') }}



 </div>    

</{{ ds_content_wrapper }}>