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' %} +