1 2 3 4 5 6 7 8 9
<label class="{{ self.class_name() }}"> <span class="wf-label">{{ label }}</span> {{ control_html }} {%- match hint -%} {%- when Some with (text) -%} <span class="wf-field-hint">{{ text }}</span> {%- when None -%} {%- endmatch -%} </label>