start porting some topics stuff

This commit is contained in:
2025-06-30 16:13:23 +03:00
parent 9126ce4f61
commit 05cbc03e82
11 changed files with 313 additions and 6 deletions

7
app/routes/threads.py Normal file
View File

@ -0,0 +1,7 @@
from flask import Blueprint, render_template
bp = Blueprint("topics", __name__, url_prefix = "/threads/")
@bp.get("/<slug>")
def thread(slug):
return slug