{% macro subSection(title, spaceBefore) %} {% if (spaceBefore) %}

{% endif %} {{ _(title) }}
{% endmacro %} {% macro card(content, class) %}

{{ _(content) }}

{% endmacro %} {% macro quote(content, class) %}

{{ _(content) }}

{% endmacro %} {% macro field(label, title, type, binding, enable, unit, step) %} {% set step = step|default('0.01') %}
{{ _(unit) }}
{% endmacro %}