Test
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"project_slug": "sample",
|
||||
"foo": "bar"
|
||||
}
|
||||
@@ -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