<input for="" type="text" class="form__input " for="" placeholder="Placeholder Text">
<input for="{{ id }}" type="{{ type | default('text') }}" class="form__input {{classes}}" for="" placeholder="{{ placeholder | default('Placeholder Text') }}">
/* No context defined. */

No notes defined.