dynamic_image_generator-1.0.x-dev/templates/poster-entity.html.twig
templates/poster-entity.html.twig
{# File: templates/poster-entity.html.twig #}
{#
/**
* @file poster-entity.html.twig
* Default theme implementation to present Poster entity data.
*
* Available variables:
* - content: A list of content items. Use 'content' to print all content.
* - attributes: HTML attributes for the container element.
*
* @see template_preprocess_poster_entity()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('poster-entity') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>