3b61451858
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
4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
<template h-for="option in &self.options">
|
|
{+ option +}
|
|
</template>
|