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/yes.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) (limited to 'app/templates/yes.html') 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