diff --git a/templates/i-posts.html b/templates/i-posts.html index 6c6a0d6..fc27eb4 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -2,22 +2,28 @@ {% 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 %}