echo("Example") const name = prompt("Project name") const ctx = {name: name} write(render("README.md", ctx), "README.md")