This commit is contained in:
7
templates/i-posts.html
Normal file
7
templates/i-posts.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% if posts | length > 0 %}
|
||||
{% for post in posts %}
|
||||
<div class="posto">
|
||||
{{ post.texto }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
Reference in New Issue
Block a user