this is macro that I put together:
{% macro render_field(field) %}
{{field.label}} {{field(required=False)}} <