refactor(v0): render todos with hemplate

Move the v0 todo-list payload from Rust raw HTML formatting into a hemplate partial/view and cover both populated and empty rendered structure with scraper.

req: html_safety/002

req: view/001

req: test/005
This commit is contained in:
slhx agent
2026-05-25 21:42:08 +02:00
parent 3b61451858
commit c655d877ca
4 changed files with 70 additions and 17 deletions
Generated
+2
View File
@@ -1447,6 +1447,8 @@ version = "0.1.0"
dependencies = [
"axum",
"futures-util",
"hemplate",
"scraper",
"slhx",
"slhx-axum",
"slhx-build",