<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>
