1 2 3 4 5 6 7 8 9
<div class="wf-reference-select"> <div class="wf-reference-label">{{ label }}</div> {{ select_html }} {%- match hint -%} {%- when Some with (text) -%} <div class="wf-reference-hint">{{ text }}</div> {%- when None -%} {%- endmatch -%} </div>