소스 검색

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>