<label>
    <span class="text-label">label</span>
    <input type="text" class="form-input" placeholder="" />
</label>
<label>
  <span class="text-label">{{ label }}</span>
  <input type="text" class="form-input" placeholder="{{ placeholder }}" {%
    if disabled %}disabled{% endif%}/>
</label>
{
  "label": "label"
}

No notes defined.