views-entity-embed-container.html.twig in Views entity embed 2.0.x
Same filename and directory in other branches
Default theme implementation of a container used to wrap embedded views.
Available variables:
- attributes: HTML attributes for the containing element.
- view: The rendered view element.
File
templates/views-entity-embed-container.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation of a container used to wrap embedded views.
- *
- * Available variables:
- * - attributes: HTML attributes for the containing element.
- * - view: The rendered view element.
- *
- * @see template_preprocess_views_entity_embed_container()
- *
- * @ingroup themeable
- */
- #}
- <div {{ attributes }}>{{ view }}</div>