home is working now like the productions home page
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user