refactor(v0): render keyed row with hemplate

Move the v0 keyed todo row effect payload from Rust format! HTML into a hemplate partial and require the generated slot append to carry an HTML payload.

req: html_safety/002

req: view/001
This commit is contained in:
slhx agent
2026-05-25 21:58:18 +02:00
parent 58e96162d4
commit 5bcae0a075
2 changed files with 20 additions and 3 deletions
@@ -0,0 +1 @@
<li>{+ self.title +}</li>