diff --git a/templates/i-posts.html b/templates/i-posts.html index 806a32a..c7ba6d5 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -1,41 +1,43 @@ {% if postos | length > 0 %} - {% for posto in postos %} - {% if posto.root_post %} -
- {% else %} -
- {% endif %} -
-
-
-
-
- - - -
-
+ {% for posto in postos %} +
+ {% if posto.root_post %} +
+ {% else %} +
+ {% endif %} +
+
+
+
+
+ + + +
+
+
-
-
-
- #{{ posto._key }} - Ответов: {{ posto.answers_num }} - Длина треда: {{ posto.children_num }} - - - {% if posto.parent_post %} - >>{{ posto.parent_post }} - {% endif %} -

{{ posto.texto }}

+
+
+ #{{ posto._key }} + Ответов: {{ posto.answers_num }} + Длина треда: {{ posto.children_num }} + + + {% if posto.parent_post %} + >>{{ posto.parent_post }} + {% endif %} +

{{ posto.texto }}

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