refactor(kanban): compose page with hemplate

Replace board page placeholder string replacement for options/board content with a hemplate page view and partial-rendered options. Cover page structure with DOM-aware scraper assertions.

req: html_safety/002

req: view/001

req: test/005
This commit is contained in:
slhx agent
2026-05-25 21:38:36 +02:00
parent d76682e98f
commit 3b61451858
4 changed files with 64 additions and 19 deletions
@@ -0,0 +1,3 @@
<template h-for="option in &self.options">
{+ option +}
</template>