This commit is contained in:
parent
b92b5c63b1
commit
974e1f52d6
@ -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 %}
|
Loading…
Reference in New Issue
Block a user