bat-8.x-1.x-dev/modules/bat_booking/bat_booking_example/templates/booking_confirmation_page.html.twig
modules/bat_booking/bat_booking_example/templates/booking_confirmation_page.html.twig
{#
/**
* @file bat_confirmation_page.html.twig
* Default theme implementation to present Unit data.
*
* This template is used when viewing Unit 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_bat_unit()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('booking_confirmation_page') }}>
{% if header %}
{{- header -}}
{% endif %}
{% if form %}
{{- form -}}
{% endif %}
</div>
