summaryrefslogtreecommitdiff
path: root/themes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'themes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig')
-rwxr-xr-xthemes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig32
1 files changed, 32 insertions, 0 deletions
diff --git a/themes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig b/themes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig
new file mode 100755
index 0000000..5dc47c8
--- /dev/null
+++ b/themes/kalpesh/research_group_subtheme/templates/research group/ds-1col--node-research-area1-.html.twig
@@ -0,0 +1,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 }}>