This commit is contained in:
parent
f0ff983fc8
commit
db9279ea2a
@ -1,6 +1,7 @@
|
|||||||
{% if postos | length > 0 %}
|
{% if postos | length > 0 %}
|
||||||
<div class="row" id="post-{{ posto._key }}">
|
<div class="row" >
|
||||||
{% for posto in postos %}
|
{% for posto in postos %}
|
||||||
|
<div class="row" id="post-{{ posto._key }}">
|
||||||
{% if posto.root_post %}
|
{% if posto.root_post %}
|
||||||
<div class="card deep-orange accent-4 darken-1">
|
<div class="card deep-orange accent-4 darken-1">
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -38,4 +39,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user