diff --git "a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/deployment/main_1_{% if \"nats\" in cookiecutter.app_type %}nats{% else %}fastapi{% endif %}.py" b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/deployment/main_1_{% if 'nats' in cookiecutter.app_type %}nats{% else %}fastapi{% endif %}.py similarity index 100% rename from "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/deployment/main_1_{% if \"nats\" in cookiecutter.app_type %}nats{% else %}fastapi{% endif %}.py" rename to {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/deployment/main_1_{% if 'nats' in cookiecutter.app_type %}nats{% else %}fastapi{% endif %}.py diff --git "a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/deployment/main_{% if \"nats\" in cookiecutter.app_type %}3{% else %}2{% endif %}_mesop.py" b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/deployment/main_{% if 'nats' in cookiecutter.app_type %}3{% else %}2{% endif %}_mesop.py similarity index 100% rename from "{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/deployment/main_{% if \"nats\" in cookiecutter.app_type %}3{% else %}2{% endif %}_mesop.py" rename to {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/deployment/main_{% if 'nats' in cookiecutter.app_type %}3{% else %}2{% endif %}_mesop.py