commerce_donation_flow-1.0.x-dev/templates/commerce-checkout-pane--commerce-donation-pane.html.twig
templates/commerce-checkout-pane--commerce-donation-pane.html.twig
{#
/**
* @file
* Theme implementation for donation flow "donation" checkout panes.
*
* Available variables:
* - elements: The checkout pane's form elements.
*
* We needed more granular theming for the dedication so it was just as easy
* to keep with the components for this pane.
*
* @ingroup themeable
*/
#}
{{ include('commerce_donation_flow:donation', {
elements: elements,
}) }}
