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>