{% if label %} {% firstof id name as target_id %} {% include "components/label.html" with for=target_id label=label required=required %} {% endif %} {{ slot|safe }} {% if help_text %}

{{ help_text }}

{% endif %} {% if error %}

{{ error }}

{% endif %}