diff --git a/templates/i-posts.html b/templates/i-posts.html index 8bbc939..8fbf804 100644 --- a/templates/i-posts.html +++ b/templates/i-posts.html @@ -2,7 +2,11 @@ {% for posto in postos %}
+ {% if posto.root_post %}
+ {% else %} +
+ {% endif %}
#{{ posto._key }}

{{ posto.texto }}