Test
This commit is contained in:
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