Files
pcm-badge-bundle/Resources/views/Badge.html.twig
2025-02-26 10:41:07 +00:00

8 lines
205 B
Twig

<div {{ attributes }} class="{{ this.finalClasses }}">
{% if block('content') is not empty %}
{% block content %}{% endblock %}
{% else %}
{{- this.label -}}
{% endif %}
</div>