fee9762069
Add a boring CSS/SCSS class-token surface: slhx-build discovers static class tokens from hemplate/templates/stylesheets and emits generated CssClass constants. Add CssClasses for hemplate +class/view data and migrate techdemo dynamic/effect fragments toward hemplate-owned views with DOM-aware assertions. req: style/001 req: style/002 req: style/003 req: html_safety/002 req: view/001 req: test/005
4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
<ol class="activity">
|
|
<li h-for="item in &self.items">{+ item +}</li>
|
|
</ol>
|