From 9b7fae2a62dc41ad282fd233d989e628cf5f7245 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 13 Jul 2023 21:34:06 +1000 Subject: [PATCH] check posts --- templates/i-posts.html | 54 +++++++++++++++----------------- templates/interactive-posts.html | 2 ++ 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/templates/i-posts.html b/templates/i-posts.html index e05b270..0889688 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -1,36 +1,34 @@ {% if postos | length > 0 %} {% for posto in postos %} -
- {% if posto.root_post %} -
- {% else %} -
- {% endif %} -
-
-
-
-
- - - -
-
-
+ {% if posto.root_post %} +
+ {% else %} +
+ {% endif %} +
+
+
+
+
+ + + +
+
-
-
- #{{ posto._key }} -

{{ posto.texto }}

-
+
+
+
+ #{{ posto._key }} +

{{ posto.texto }}

-
- +
+
+ -
-
+
+
{% endfor %} {% endif %} \ No newline at end of file diff --git a/templates/interactive-posts.html b/templates/interactive-posts.html index 643dbb8..0580917 100644 --- a/templates/interactive-posts.html +++ b/templates/interactive-posts.html @@ -10,7 +10,9 @@
+
{% include 'i-posts.html' %} +