<input class="o-input1" id="c-search-field" type="text" list="" name="" value="" placeholder="input 1 placeholder text">
<input class="o-input1" id="{{ input1.id }}" type="{{ input1.type }}" list="{{ input1.list }}" name="{{ input1.name }}" value="{{ input1.value }}" placeholder="{{ input1.placeholder }}">
{
  "input1": {
    "id": "c-search-field",
    "type": "text",
    "list": "",
    "name": "",
    "value": "",
    "placeholder": "input 1 placeholder text"
  }
}

No notes defined.