{% extends "forms/field.html.twig" %}

{% block input_attributes %}
    type="time"
    {{ parent() }}
{% endblock %}