2017-02-20 16:04:50 -07:00

10 lines
188 B
Plaintext

<div w-bind>
<h1>${data.heading}</h1>
<h2 if(data.message)>${data.message}</h2>
<ul>
<li for(color in data.colors)>
${color}
</li>
</ul>
</div>