Files
hemx/examples/kanban/templates/partials/column_options.heml
T
slhx agent 3b61451858 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
2026-05-25 21:38:36 +02:00

4 lines
70 B
Plaintext

<template h-for="option in &self.options">
{+ option +}
</template>