4 lines
131 B
Plaintext
4 lines
131 B
Plaintext
|
{% macro transform_header(property, source, destination) %}
|
||
|
{{ destination }} = "true" if {{ source }} else "false"
|
||
|
{% endmacro %}
|