{% macro subSection(title, spaceBefore) %}
{% if (spaceBefore) %}
{% endif %}
{{ _(title) }}
{{ _(content) }}
{% endmacro %} {% macro field(label, title, type, binding, enable, unit, step, min, max) %} {% set step = step|default('0.01') %} {% set min = min|default("") %} {% set max = max|default("") %}{{ _(content) }}
{{ cite }}