From 8a5b3a083ad9b3bd710d944e5c83ac08ead433e7 Mon Sep 17 00:00:00 2001 From: blendoit Date: Sat, 25 Jan 2020 09:53:18 -0800 Subject: Placeholder content and CSS style sheets. --- app/templates/home.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'app/templates/home.html') diff --git a/app/templates/home.html b/app/templates/home.html index 6205c03..9d77add 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -9,13 +9,15 @@
- {% for post in posts %} -
-

{{post.author}}

-

{{post.date}}

-

{{post.content}}

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

{{post.author}}

+

{{post.date}}

+

{{post.content}}

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