From 6056f5a2f5e00347c73e827e6f1f781d08d91799 Mon Sep 17 00:00:00 2001 From: blendoit Date: Thu, 23 Jan 2020 19:21:01 -0800 Subject: Create placeholder content and "yes" page styles. --- app/templates/home.html | 2 -- app/templates/no.html | 10 +++------- app/templates/yes.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 51 insertions(+), 10 deletions(-) (limited to 'app/templates') diff --git a/app/templates/home.html b/app/templates/home.html index 89984eb..6205c03 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -2,7 +2,6 @@ {% extends "base.html" %} - {% block content %}
@@ -20,5 +19,4 @@
- {% endblock content %} diff --git a/app/templates/no.html b/app/templates/no.html index e1b9238..5bb7a0f 100644 --- a/app/templates/no.html +++ b/app/templates/no.html @@ -9,13 +9,9 @@
- {% for post in posts %} -
-

{{post.author}}

-

{{post.date}}

-

{{post.content}}

-
- {% endfor %} +

+ Tell me, no +

diff --git a/app/templates/yes.html b/app/templates/yes.html index b915221..00a330d 100644 --- a/app/templates/yes.html +++ b/app/templates/yes.html @@ -9,7 +9,54 @@
-

yes, no?

+ +
+ {% for message in messages %} +
+

{{message.author}}

+

{{message.date}}

+

{{message.content}}

+
+ {% endfor %} +
+ +
+ {% for news in news %} +
+

{{news.author}}

+

{{news.date}}

+

{{news.content}}

+
+ {% endfor %} +
+ +
+
+ Buy my sourdough, ah +
+
+ Check out this sponsored link, ere. +
+
+ Another random ad (from a high-paying sponsor hopefully) +
+
+ Ah I literally don't have any other placeholder ideas for ads. +
+
+ Buy my sourdough, ah +
+
+ Check out this sponsored link, ere. +
+
+ Another random ad (from a high-paying sponsor hopefully) +
+
+ Ah I literally don't have any other placeholder ideas for ads. +
+
+
-- cgit v1.2.3