check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-14 13:16:32 +10:00
parent db9279ea2a
commit d4bcfa7b8f

View File

@ -1,5 +1,4 @@
{% if postos | length > 0 %} {% if postos | length > 0 %}
<div class="row" >
{% for posto in postos %} {% for posto in postos %}
<div class="row" id="post-{{ posto._key }}"> <div class="row" id="post-{{ posto._key }}">
{% if posto.root_post %} {% if posto.root_post %}
@ -39,5 +38,4 @@
</div> </div>
</div> </div>
{% endfor %} {% endfor %}
</div>
{% endif %} {% endif %}