{% macro render_field_with_errors(field) %} {% set field_class = kwargs.pop("field_class", "input") %} {% set label_class = kwargs.pop("label_class", "label is-small") %}
{{ field(class_=cls, **kwargs)|safe }}
{% endmacro %} {% macro title(text) %}{{ field(class_=cls, **kwargs)|safe }}
{% endmacro %}