{#each [1,2,3] as s}
s}>
{/each}
{#if step < 3} {:else} {/if}
{#if step === 1}

Trip details

{#if errors.country}{errors.country}{/if}
{#if errors.cities}{errors.cities}{/if} {#if cities.length > 0}
{#each cities as c} {c} {/each}
{/if}
{#if errors.date}{errors.date}{/if}
{#if errors.days}{errors.days}{/if}
{#each ['solo','friends','family'] as t} {/each}
{#if errors.tripType}{errors.tripType}{/if}
{#each transportOptions as opt} {/each}
{#if errors.transport}{errors.transport}{/if}
{:else if step === 2}

Photos

Optional — add photos from your trip

(photos = p)} /> {:else}

Your memories

{#each questions as q, i}

{q}

{/each} {/if}