{# Outputs the "* Required field" message for the bottom of formss Example {% import 'macros/form.html' as form %} {{ form.required_message() }} #} {% macro required_message() %}

* {{ _("Required field") }}

{% endmacro %}