lenticular_cloud2/specs/api_template/property_templates/boolean_property.py.jinja

4 lines
131 B
Plaintext
Raw Normal View History

{% macro transform_header(property, source, destination) %}
{{ destination }} = "true" if {{ source }} else "false"
{% endmacro %}