mirror of https://github.com/sveltejs/svelte
4 lines
54 B
4 lines
54 B
8 years ago
|
{{#if 2 > 1}}
|
||
|
<p>two is greater than one</p>
|
||
|
{{/if}}
|