
| Current Path : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/layouts/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/themes/contrib/bootstrap/layouts/col2-9-3.html.twig |
{#
/**
* @file
* Default theme implementation for a media layout.
*
* Available variables:
* - content: The content for this layout.
* - attributes: HTML attributes for the layout <div>.
*
* @ingroup themeable
*/
#}
{% if content %}
<div{{ attributes.addClass('row') }}>
{% if content.top %}
<div {{ region_attributes.top.addClass('region--top') }}>
{{ content.top }}
</div>
{% endif %}
<div{{ region_attributes.first.addClass('col-sm-9') }}>
{{ content.first }}
</div>
<div{{ region_attributes.second.addClass('col-sm-3') }}>
{{ content.second }}
</div>
{% if content.bottom %}
<div {{ region_attributes.bottom.addClass('region--bottom') }}>
{{ content.bottom }}
</div>
{% endif %}
</div>
{% endif %}