braintree_cashier-8.x-4.x-dev/templates/braintree_cashier_billing_plan--overview.html.twig
templates/braintree_cashier_billing_plan--overview.html.twig
{#
/**
* @file billing_plan.html.twig
* Default theme implementation to present Billing plan data.
*
* This template is used when viewing Billing plan pages.
*
*
* Available variables:
* - content: A list of content items. Use 'content' to print all content, or
* - attributes: HTML attributes for the container element.
*
* @see template_preprocess_billing_plan()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('billing_plan') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>
