{#if x > 10}

{x} is greater than 10

{:else} {#if 5 > x}

{x} is less than 5

{:else}

{x} is between 5 and 10

{/if} {/if}