6 lines
76 B
Plaintext

<if(input.foo === 0)>
<div>A</div>
</if>
<else>
<div>B</div>
</else>