diff --git a/templates/tailwindUI/user.html b/templates/tailwindUI/user.html index 3e49931e..7bb154ce 100644 --- a/templates/tailwindUI/user.html +++ b/templates/tailwindUI/user.html @@ -36,27 +36,43 @@

{{user[1]}}

{% endif %} {% if showPosts %} -

Posts

+

Posts

{% for post in posts %} -
- + {{post[1]}} -
{{post[3]|safe}}
- go to post + {{post[3]|safe}} +
+

...

+ + go to post {% endfor %} {% endif %} {% if showComments %} -

Comments

+

Comments

{% for comment in comments %} -
-
{{comment[2]}}
-
+
+
{{comment[2]}}
+

Creation Date: {{comment[4]}}

Creation Time: {{comment[5]}}

- go to post