UNPKG

183 BHTMLView Raw
1{%- include "schemaMacros.html" -%}
2
3{%- if options.selectMultiple -%}
4 {{ formMultiSelect(name, label, choices) }}
5{%- else -%}
6 {{ formSelect(name, label, choices) }}
7{%- endif -%}