Version 1
[yaffs-website] / web / core / themes / stable / templates / block / block--system-messages-block.html.twig
1 {#
2 /**
3  * @file
4  * Theme override for the messages block.
5  *
6  * Removes wrapper elements from block so that empty block does not appear when
7  * there are no messages.
8  *
9  * Available variables:
10  * - content: The content of this block.
11  */
12 #}
13 {{ content }}