vefl-8.x-2.x-dev/layouts/onecol/vefl-onecol.html.twig
layouts/onecol/vefl-onecol.html.twig
{#
/**
* @file
* Template for a one column vefl layout.
*
* This template provides a very simple "one column" vefl display layout.
*
* Variables:
* - $id: An optional CSS id to use for the layout.
* - $content: An array of content, each item in the array is keyed to one
* vefl of the layout. This layout supports the following sections:
* - content.middle: The only vefl in the layout.
*/
#}
<div class="vefl-1col" {% if css_id %}{{ css_id }}{% endif %}>
{{ content.middle }}
</div>
