refactor(techdemo): compose page with hemplate views

Move the techdemo page shell and remaining board/inspector/hero boundaries to hemplate-owned views instead of Rust raw HTML or placeholder replacement. Keep rendered HTML assertions DOM-aware with scraper.

req: html_safety/002

req: view/001

req: test/005
This commit is contained in:
slhx agent
2026-05-25 21:09:39 +02:00
parent fee9762069
commit 6f93c7d935
7 changed files with 247 additions and 109 deletions
@@ -0,0 +1,5 @@
<div class="lanes">
<template h-for="lane in &self.lanes">
{+ lane +}
</template>
</div>