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

This commit is contained in:
Simple_Not 2023-07-13 19:59:56 +10:00
parent b92b5c63b1
commit 974e1f52d6

View File

@ -1,7 +1,7 @@
{% if posts | length > 0 %}
{% for post in posts %}
{% if postos | length > 0 %}
{% for posto in postos %}
<div class="posto">
{{ post.texto }}
{{ posto.texto }}
</div>
{% endfor %}
{% endif %}