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 ++++++++------ app/templates/no.html | 13 +++++++++---- app/templates/yes.html | 2 +- 3 files changed, 18 insertions(+), 11 deletions(-) (limited to 'app/templates') 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 %}
diff --git a/app/templates/no.html b/app/templates/no.html index 5bb7a0f..f7a2d53 100644 --- a/app/templates/no.html +++ b/app/templates/no.html @@ -9,11 +9,16 @@
-

- Tell me, no -

+
+ {% for archive in archive %} +
+

{{archive.author}}

+

{{archive.date}}

+

{{archive.content}}

+
+ {% endfor %} +
- {% endblock content %} diff --git a/app/templates/yes.html b/app/templates/yes.html index 00a330d..3ccc24b 100644 --- a/app/templates/yes.html +++ b/app/templates/yes.html @@ -20,7 +20,7 @@ {% endfor %} -
+
{% for news in news %}

{{news.author}}

-- cgit v1.2.3