Browse Source

moved twig template for edlp-home from module to twig (with grid system)

Bachir Soussi Chiadmi 6 years ago
parent
commit
ce868ca061

+ 14 - 0
sites/all/themes/custom/edlptheme/templates/content/edlp-home.html.twig

@@ -0,0 +1,14 @@
+<div class="row">
+  <div class="presentation col col-4">
+    {{ presentation }}
+  </div>
+  <div class="last-file col col-2">
+    {{ last_fil }}
+  </div>
+  <div class="last-prod col col-4">
+    {{ last_production }}
+  </div>
+  <div class="agenda col col-2">
+    {{ agenda }}
+  </div>
+</div>