home is working now like the productions home page

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-28 11:44:36 +02:00
parent 0477bee1d5
commit 0bf219cf35
15 changed files with 411 additions and 150 deletions
@@ -1,3 +1,4 @@
{#
<div class="presentation col col-4">
<div class="wrapper">
{{ presentation }}
@@ -13,6 +14,16 @@
{{ last_production }}
</div>
</div>
#}
{% for node in nodes %}
<div class="col col-{{ node.cols }}">
<div class="wrapper">
{{ node.build }}
</div>
</div>
{% endfor %}
<div class="agenda col col-2">
<div class="wrapper">
{{ agenda }}