This commit is contained in:
parent
b92b5c63b1
commit
974e1f52d6
@ -1,7 +1,7 @@
|
|||||||
{% if posts | length > 0 %}
|
{% if postos | length > 0 %}
|
||||||
{% for post in posts %}
|
{% for posto in postos %}
|
||||||
<div class="posto">
|
<div class="posto">
|
||||||
{{ post.texto }}
|
{{ posto.texto }}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user