From 29d75a3af0d88e6fc53ddf1b7147613b04720445 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Fri, 16 May 2025 16:37:58 -0600 Subject: [PATCH] -- --- static/style.css | 4 +++- tt/img | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 951e750..521b523 100644 --- a/static/style.css +++ b/static/style.css @@ -27,10 +27,12 @@ } #form { + } #thread { - + margin: 1em; + border: solid 1px black; } #post { diff --git a/tt/img b/tt/img index a551f9a..b37c5b3 100644 --- a/tt/img +++ b/tt/img @@ -48,12 +48,14 @@


+ [% FOREACH post IN posts %]
- Anonymous no. 1 + [% post.1 %]
- OP Post. + [% post.2 %]
+ [% END %]
[% INCLUDE footer %] -- 2.39.5