aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/env.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/env.j2')
-rw-r--r--templates/env.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/env.j2 b/templates/env.j2
new file mode 100644
index 0000000..6010f07
--- /dev/null
+++ b/templates/env.j2
@@ -0,0 +1,3 @@
1{% for key, value in clever_env.iteritems() %}
2{{ key }}={{ value }}
3{% endfor %}