{# /** * @file * Default theme implementation for cart checkout button(s). * * Available variables: * - buttons: An array of button render elements. * * @see \Drupal\uc_cart\Form\CartForm * * @ingroup themeable */ #} {{ buttons|first }} {% if buttons|length > 1 %}
{% endif %}