diff --git a/site_storage/index_template.html b/site_storage/index_template.html index 1be6cd8..a89041c 100644 --- a/site_storage/index_template.html +++ b/site_storage/index_template.html @@ -4,6 +4,14 @@ ReviveTube - A YouTube App for the Wii
- +
@@ -93,23 +142,34 @@
-
- - - - - -
-

{{ title }}

-

Uploaded by: {{ uploader }}

-

Views: {{ viewCount }}

-

Likes: {{ likeCount }}

-

Upload Date: {{ publishedAt }}

+
+
+ + + + + +
+
+

+ {{ title }}

+
+

Uploader: + {{ uploader }}

+

Views: + {{ viewCount }}

+

Likes: + {{ likeCount }}

+

Upload Date: + {{ publishedAt }}

Skip Description -

Description:

-

{{ description | safe }}

-

Comments:

-
+

Description:

+

+ {{ description | safe }}

+
+

+ Comments:

+
{% if comments %} {% for comment in comments %}
@@ -123,5 +183,7 @@ {% endif %}
+ +