{#if template?.fromFile} { $values.file = e.detail?.[0] $validation.touched.file = true }} /> {/if} ($validation.touched.name = true)} label="Name" placeholder={$auth.user.firstName ? `${$auth.user.firstName}s app` : "My app"} /> ($validation.touched.url = true)} label="URL" placeholder={$values.name ? "/" + encodeURIComponent($values.name).toLowerCase() : "/"} />