6f93c7d935
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
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
<div class="lanes">
|
|
<template h-for="lane in &self.lanes">
|
|
{+ lane +}
|
|
</template>
|
|
</div>
|