This commit is contained in:
2024-01-10 12:03:05 +05:00
parent 90dc9e967b
commit 75a14dba1d
5 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"project_slug": "sample",
"foo": "bar"
}

View File

@@ -0,0 +1,8 @@
print("{{cookiecutter.project_slug}}")
{% if cookiecutter.foo == "bar" %}
print("{{cookiecutter.foo}}")
{% else %}
# print("{{cookiecutter.foo}}")
{% endif %}