<select>
	<option value="{{item.key}}">{{item.name}}</option>
	<option value="b">Two</option>
	<option value="c">Three</option>
</select>