a-pass
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

input_group.twig
text/plain

Download raw (229 bytes)

<div class="input-group{% if error %} input-group--error{% endif %}">
    {% include '@atoms/label.twig' %}
    {% include '@atoms/input.twig' %}
    {% if error %}
        <p class="error">{{ error }}</p>
    {% endif %}
</div>