From 6914f7e4799deb68fbf53b2e0cfcda463fe24f3d Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 25 Apr 2024 15:43:35 +0200 Subject: [PATCH] refactor: make template generic; put all config in one place --- templates/threads.html | 22 +++++++++++++++++----- threads.py | 28 ++++++++++++++++++---------- 2 files changed, 35 insertions(+), 15 deletions(-) diff --git a/templates/threads.html b/templates/threads.html index 0c886e2..cae21ac 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -3,7 +3,7 @@ - Ayo's Threads + {{ title }}