Input

<input type="text" placeholder="Vorname" id="unique" class="w-full py-3 px-6 text-black placeholder:text-black" />
{% set label = label %}
{% set name = name %}

{% if label %}
    <input type="text" placeholder="{{ label }}" id="{{ name }}" class="w-full py-3 px-6 text-black placeholder:text-black" />
{% endif %}
{
  "name": "unique",
  "label": "Vorname"
}

No notes defined.