ajax_dashboard-8.x-2.x-dev/modules/ajax_dashboard_example/templates/ajax-dashboard-control--ajax-dashboard-example-bottom.html.twig
modules/ajax_dashboard_example/templates/ajax-dashboard-control--ajax-dashboard-example-bottom.html.twig
{#
#
# Variables:
# - attributes: Attributes to apply to the div wrapper.
# - control: The control section.
# - control.label: Label for the control section.
# - control.buttons: The control's buttons.
# - Note: button theming can be found in ajax-dashboard-button.html.twig
#
#}
<div{{ attributes }}>
<h4 class="ajax-dashboard-control--label">{{ control.label }}</h4>
{{ control.buttons }}
</div>
