From 43eae3a4a86db4878b670b7efc14e01bd4c06e0f Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 5 Feb 2020 19:47:05 -0800 Subject: 'yes' page styles. --- app/templates/yes.html | 101 +++++++++++++++++++++++++++++-------------------- 1 file changed, 59 insertions(+), 42 deletions(-) (limited to 'app/templates/yes.html') diff --git a/app/templates/yes.html b/app/templates/yes.html index 3ccc24b..9a2fff3 100644 --- a/app/templates/yes.html +++ b/app/templates/yes.html @@ -4,61 +4,78 @@ {% extends "base.html" %} {% block content %} -
- - + + -
+
+
+ {% for conversation in conversations %} +
+ reply + finish conversation +
+ {% if 'title' in conversation %} +

{{conversation.title}}

+ {% endif %} + + + +
+

author 1

+

message received

+
+
+

me

+

message received

+
+
+

author 1

+

message received

+
+
+

me

+

message received

+
+
+

author 1

+

message received

+
+
+

me

+

last message received

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

{{message.author}}

-

{{message.date}}

-

{{message.content}}

- {% endfor %} +
+ {% endfor %} + +
-
- {% for news in news %} +
+ {% for news in news %} +
+ comment + archive

{{news.author}}

{{news.date}}

{{news.content}}

- {% endfor %}
+ {% 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. -
-
-
+
+
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.
- {% endblock content %} -- cgit v1.2.3