Test
This commit is contained in:
4
cookiecutter-test/cookiecutter.json
Normal file
4
cookiecutter-test/cookiecutter.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"project_slug": "sample",
|
||||
"foo": "bar"
|
||||
}
|
||||
8
cookiecutter-test/{{cookiecutter.project_slug}}/main.py
Normal file
8
cookiecutter-test/{{cookiecutter.project_slug}}/main.py
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
print("{{cookiecutter.project_slug}}")
|
||||
|
||||
{% if cookiecutter.foo == "bar" %}
|
||||
print("{{cookiecutter.foo}}")
|
||||
{% else %}
|
||||
# print("{{cookiecutter.foo}}")
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user