{% import '@ibexadesign/ui/component/macros.html.twig' as html %}
{% if title is defined %}
{{ title }}
{% block tag %}
{% if tag is defined %}
{% set attr = tag_attr|default({})|merge({
class: (tag_attr.class|default('')
~ ' ibexa-badge ' ~ tag_extra_classes|default('')
)|trim,
}) %}