diff --git a/templates/i-posts.html b/templates/i-posts.html index fcfd693..109272e 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -1,7 +1,7 @@ -{% if posts | length > 0 %} - {% for post in posts %} +{% if postos | length > 0 %} + {% for posto in postos %}
- {{ post.texto }} + {{ posto.texto }}
{% endfor %} {% endif %} \ No newline at end of file