{#if x > 10}

x is greater than 10

{:else if x < 5}

x is less than 5

{/if}