瀏覽代碼

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

Bachir Soussi Chiadmi 7 年之前
父節點
當前提交
ce868ca061
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      sites/all/themes/custom/edlptheme/templates/content/edlp-home.html.twig

+ 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>