mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
class {}
|
|
|
|
<div key="root">
|
|
<for|index, field| in=input.fields>
|
|
<div>
|
|
<input id:scoped=`field_${index}` type="text" value=field.value/>
|
|
<label key="foo" for:scoped=`field_${index}`>${field.label}</label>
|
|
</div>
|
|
</for>
|
|
</div> |