code template

This commit is contained in:
m
2026-03-25 08:08:07 +01:00
parent 20fce270a5
commit 2118d9fbc0
5 changed files with 26 additions and 3 deletions

1
app.py
View File

@@ -116,6 +116,7 @@ def post_detail(post_id):
comments = get_comments_for_post(post_id)
context["used_components"].add("image")
context["used_components"].add("code")
#processed_content = render_content(post['content'], context=context)