Rules
{@html htmlContent}
{#if !verified}
{#if showVerify} {#if needsCaptcha} {:else} {/if} {/if}
{#if state == State.Verify} Verifying {:else if state == State.Error || state == State.Message} {message} {/if}
{/if}