{% macro text_editor(field, label=True) %}
{{ field.label if label }}
Widgets. Lots of widgets :3
{{ field() }} {% for error in field.errors %} {{ error }} {% endfor %}
{% endmacro %}