Denis_IP/website/handlebars/items-select.html

3 lines
51 B
HTML
Raw Permalink Normal View History

{{#each items}}
<option>{{this}}</option>
{{/each}}