iframe_consent-1.0.x-dev/templates/iframe-consent-placeholder.html.twig
templates/iframe-consent-placeholder.html.twig
{#
/**
* @file
* Theme template for iframe consent placeholder.
*
* Available variables:
* - attributes: An array of attributes for the placeholder.
* - manage_button_label: The label for the manage button.
* - manage_button_utility_classes: Extra styles for the manage button.
* - accept_button_label: The label for the accept button.
* - accept_button_utility_classes: Extra styles for the accept button.
* - body: The content to be displayed in the placeholder.
* - background: The background for the placeholder.
*/
#}
{% include 'iframe_consent:iframe-consent-placeholder' with {
attributes,
manage_button_label,
manage_button_utility_classes,
accept_button_label,
accept_button_utility_classes,
display_accept_button,
body,
background,
} only %}
