Downloads the Quarto template from the
frogger-templates
repository and writes it to the pages/ directory. Errors if a file
with the same name already exists.
if (FALSE) {
# Create a Quarto document with the default namewrite_quarto()
# Create a Quarto document with a custom namewrite_quarto(filename = "analysis")
}