{# /** * @file * Better field descriptions theme implementation of a pure text description. * * Available variables: * - {{ label }}: The label of the description. * - {{ description }}: The description itself. */ #}
{{ label }} {% if required %} {% endif %}
{{ description }}