I'd like to template out some config files, but they are not compatible with python's
"this is a {template}".format(template='string')
formatting
eg. curly braces are part of the config (nginx config).
Can you change the delimiters to something else?
eg, 'this is a [template]'.format(template='string')