<script>
export let title;
</script>
<label for="title">Title:</label>
<input type="text" name="title" value="{title}">