Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
いくつかの設定ファイルをテンプレート化したいのですが、Python の "this is a {template}".format(template='string')フォーマットと互換性がありません
"this is a {template}".format(template='string')
例えば。中括弧は構成 (nginx 構成) の一部です。
区切り文字を別のものに変更できますか?
例えば、'this is a [template]'.format(template='string')
'this is a [template]'.format(template='string')