diff --git a/agaric/templates/layout/region--content-bottom.html.twig b/agaric/templates/layout/region--content-bottom.html.twig index 2a2b690..5865531 100644 --- a/agaric/templates/layout/region--content-bottom.html.twig +++ b/agaric/templates/layout/region--content-bottom.html.twig @@ -1,3 +1,29 @@ -{% extends "@octavia/layout/region--content-bottom.html.twig" %} +{# +/** + * @file + * Theme override to display a region. + * + * Available variables: + * - content: The content for this region, typically blocks. + * - attributes: HTML attributes for the region div. + * - region: The name of the region variable as defined in the theme's + * .info.yml file. + * + * @see template_preprocess_region() + */ +#} -{% set attributes = attributes.addClass(['titlebar', 'titlebar-bigborder', 'content']) %} +{% if content %} + +{% endif %}