{% assign id=include.id %} {% assign name=include.id %} {% if include.required %} {% assign required="required" %} {% endif %}
{% if include.label %} {% endif %} {% if include.hint %} {% endif %} {% if include.description %}
{{ include.description }}
{% endif %}