{# templates/components/button.html.twig #} {% if disabled or not link %} {% set active = "disabled" %} {% else %} {% set active = "active" %} {% endif %} {% if not btnType %} {% set btnType = "btn-primary" %} {% endif %} {{text}}