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

This commit is contained in:
Simple_Not 2023-07-14 13:19:50 +10:00
parent d83ccb48ec
commit a4c1a4cb7b

View File

@ -1,5 +1,6 @@
{% if postos | length > 0 %}
{% for posto in postos %}
<div class="row">
{% if posto.root_post %}
<div class="card deep-orange accent-4 darken-1">
{% else %}
@ -37,5 +38,6 @@
</div>
</div>
</div>
</div>
{% endfor %}
{% endif %}