Output all vars
This commit is contained in:
parent
b4d68b4de2
commit
a3aabcb06f
|
|
@ -0,0 +1,3 @@
|
||||||
|
{% for key, value in cookiecutter.items() -%}
|
||||||
|
{{ key }}: {{ value }}
|
||||||
|
{% endfor %}
|
||||||
Loading…
Reference in New Issue