xmlPreview = md`
## Template Output
\`\`\`XML
<?xml version="1.0" encoding="UTF-8"?>
<note>
<to>${to}</to>
<from>${from}</from>
<heading>Reminder</heading>
<body>Lovely day today!</body>
</note>
\`\`\`
Edit the code below to change the template and add/remove inputs
`