4 lines
113 B
Plaintext
4 lines
113 B
Plaintext
|
{% macro transform_header(property, source, destination) %}
|
||
|
{{ destination }} = str({{ source }})
|
||
|
{% endmacro %}
|