<input type="text" value="" placeholder="Placeholder" id="">
<input type="{{ type }}" value="{{ value }}" placeholder="{{ placeholder }}" id="{{ id }}" {{ attr }}>
{% if label %}
<label for="{{ id }}">{{ label }}</label>
{% endif %}
{
"type": "text",
"placeholder": "Placeholder"
}
No notes defined.