custom_elements-8.x-2.x-dev/templates/custom-element--renderless-container.html.twig
templates/custom-element--renderless-container.html.twig
{#
/**
* @file
* Template for renderless-container elements.
*
* Only renders the slots (child elements) without any additional HTML
* structure.
*
* Available variables:
* - tag_prefix: Prefix to use for the html tag - including the prefix separator.
* - tag: HTML tag to use for the entity.
* - attributes: The attributes to add to the tag.
* - slots: An array of renderable slot entries.
*
* @ingroup themeable
*/
#}
{%- for slot in slots %}{{ slot }}{% endfor -%}
