rivet-1.0.x-dev/templates/layout/layout--onecol.html.twig
templates/layout/layout--onecol.html.twig
{#
/**
* @file
* Override one-column layout for Rivet compatibility.
*
* All DOM elements are removed for a 'Naked' single column layout container.
*
* Note the default 'layout' class provided by core add nothing to Rivet
* classes, and have therefore been removed.
*
* Available variables:
* - content: The content for this layout.
* - attributes: HTML attributes for the layout <div>.
*/
#}
{% if content %}{{ content }}{% endif %}
