From 15c0db6fe4dc2012223557d802096c6f4c36a958 Mon Sep 17 00:00:00 2001 From: blendoit Date: Mon, 27 Jan 2020 17:41:34 -0800 Subject: Add yes/no buttons and animation on home page. Also add comments throughout. --- app/templates/home.html | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'app/templates/home.html') diff --git a/app/templates/home.html b/app/templates/home.html index 9d77add..d21c427 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -4,21 +4,27 @@ {% extends "base.html" %} {% block content %} -
- - + + + + -
-
- {% for post in posts %} -
-

{{post.author}}

-

{{post.date}}

-

{{post.content}}

-
- {% endfor %} +
+ {% for post in posts %} +
+
+

{{post.author}}

+

{{post.date}}

+

{{post.content}}

+
+ +
+ +
+ + {% endfor %}
{% endblock content %} -- cgit v1.2.3