11 lines
144 B
Twig
11 lines
144 B
Twig
{#
|
|
/**
|
|
* @file
|
|
* Display Entity View
|
|
*
|
|
* Available variables:
|
|
* - content: The render array which contains the layout
|
|
*/
|
|
#}
|
|
{{ content }}
|