{% set active_color = active_color|default('bg-sky-600 transition-colors duration-700 text-white') %} {% set button_hover = button_hover|default('hover:text-sky-700 hover:bg-sky-300 transition duration-1000 ease-in-out') %} {% for button in buttons %} {{ button.label }} {% endfor %}