{#if x > 10}
{x} is greater than 10
{:else}
{x} is between 0 and 10
{/if}