From e7e34ff9f60d3b6defe9c58df91eb9a1d8d438f9 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 13 Jul 2023 20:09:26 +1000 Subject: [PATCH] check posts --- templates/i-posts.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/templates/i-posts.html b/templates/i-posts.html index 109272e..2885780 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -1,7 +1,18 @@ {% if postos | length > 0 %} - {% for posto in postos %} -
- {{ posto.texto }} + {% for posto in postos %} +
+
+
+
+ Card Title +

{{ posto.texto }}

+
+ +
+
{% endfor %} {% endif %} \ No newline at end of file