Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / stable / templates / admin / views-ui-container.html.twig
1 {#
2 /**
3  * @file
4  * Theme override for a generic views UI container/wrapper.
5  *
6  * Available variables:
7  * - attributes: HTML attributes to apply to the container element.
8  * - children: The remaining elements such as dropbuttons and tabs.
9  */
10 #}
11 <div{{ attributes }}>{{ children }}</div>