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

10 lines
185 B
Plaintext

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