This commit is contained in:
m
2026-03-14 13:01:53 +01:00
parent 0aba7307fe
commit 99c97ea1fd

4
app.py
View File

@@ -116,9 +116,9 @@ def post_detail(post_id):
return "Post not found", 404
#get comments
comments = get_comments_for_post(post_id)
#if post["id"] == 10:
if post["id"] == 10:
post["template"] = "components/timeline_post.html"
post["template"] = "components/timeline_post.html"
# 2. Pass the post dictionary (with the raw HTML content) directly to the template