6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
{% for k, v in all.items() +%}
|
|
{% if k.startswith("CUSTOM_HEADER") and v != "" +%}
|
|
more_set_header "{{ v }}";
|
|
{% endif %}
|
|
{% endfor %}
|