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

This commit is contained in:
Simple_Not
2023-07-13 19:50:45 +10:00
parent a57a964c60
commit 6094f277b5
4 changed files with 33 additions and 2 deletions

7
templates/i-posts.html Normal file
View File

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