commerce_donation_flow-1.0.x-dev/templates/commerce-donation-flow-summary-container.html.twig
templates/commerce-donation-flow-summary-container.html.twig
{#
/**
* @file
* Default template for DonationCheckoutFlow summary wrapper.
*
* Available variables:
* - content: All fields defined in the 'donation' view mode.
* - attributes: Attributes for the wrapper.
*
* @ingroup themeable
*/
#}
{{ include('commerce_donation_flow:summary_container', {
content: content,
classes: attributes.class
}) }}
