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