mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
</head>
|
|
<body>
|
|
<div#testsTarget>
|
|
<for|component, index| of=input.components>
|
|
<${require(component.template)} ...component.input key=`component--${index}`/>
|
|
</for>
|
|
</div>
|
|
</body>
|
|
</html>
|