{% if value|length -%}
{{type}} {{name}} = {{value}};
{% else -%}
{{type}} {{name}};
{% endif -%}
