diff --git a/templates/post.html b/templates/post.html index 124f79d..8fb8fff 100644 --- a/templates/post.html +++ b/templates/post.html @@ -14,39 +14,51 @@ {% endfor %} -
-
- Upvote ({{ post.upvotes }}) - Downvote ({{ post.downvotes }}) +
+
+ Upvote ({{ post.upvotes }}) + Downvote ({{ post.downvotes }}) +
+
+

{{ comment_count }} Comments

+
-
- {% if post.comments %} -

{{ post.comments.count() }} Comments

- {% else %} -

0 Comments

- {% endif %} -
+ {% if comments %} - +
+ +
{% else %} -

No comments yet. Be the first to comment!

+

No comments yet. Be the first to comment!

{% endif %} {% if g.user %} -
-
- -
- -
+
+

Add a Comment

+
+ +
+ +
+ +
+
{% else %} -

Log in to leave a comment.

+

Log in to leave a comment.

{% endif %}
{% endblock %}