2015-12-28 14:42:37 -07:00

9 lines
104 B
Plaintext

<div if(data.foo === 0)>
A
</div>
<div else-if(data.foo === 1)>
B
</div>
<div else>
C
</div>