ui_suite_bootstrap_demo-4.0.x-dev/modules/ui_suite_bootstrap_demo_tools/templates/layout--inline.html.twig
modules/ui_suite_bootstrap_demo_tools/templates/layout--inline.html.twig
{#
/**
* @file
* Default theme implementation to display a card_layout layout.
*
* Available variables:
* - content: The content for this layout.
* - attributes: HTML attributes for the layout <div>.
*
* @ingroup themeable
*/
#}
{% set element = settings.html_element ?: 'div' %}
{% set separators = [settings.separator_even, settings.separator_odd] %}
<{{element}}{{attributes}}>
{{ content }}
</{{element}}>
