Branch 4.0.x-roblib is currently the same as Drupals main branch but with our patches applied.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
534 B

{#
/**
* @file reserve_reservation.html.twig
* Default theme implementation to present Reservation data.
*
* This template is used when viewing Reservation 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_reserve_reservation()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('reserve_reservation') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>