Once identified, we should extract all variables into `copier.yml`. - In place of the extracted variable put `{{ var_name }}` - In `copier.yml`, add this variable like ```yml var_name: type: str help: "..." default: "..." ``` - Make sure modified file ends with `.jinja` for copier to do the templating