{% for key, value in ENV_VARS.items() %} export {{ key }}="{{ value | replace('"', '\\"') }}" {% endfor %}