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