<input type="email" value="" placeholder="Din epost" id="">
<input type="{{ type }}" value="{{ value }}" placeholder="{{ placeholder }}" id="{{ id }}" {{ attr }}>
{% if label %}
<label for="{{ id }}">{{ label }}</label>
{% endif %}
{
  "type": "email",
  "placeholder": "Din epost"
}

No notes defined.