diff --git a/templates/video.html b/templates/video.html index 867eecf..fc33e46 100644 --- a/templates/video.html +++ b/templates/video.html @@ -78,7 +78,10 @@ Views: {{ video.views }} Likes: {{ video.likes }} Dislikes: {{ {% for comment in comments.data %} {% if not comment.isDeleted %} - {{ comment.account.displayName }} + + {{ comment.account.displayName }} + +
{{ comment.text }}