cmlapi-8.x-1.2/templates/cml.html.twig
templates/cml.html.twig
{#
/**
* @file cml.html.twig
* Default theme implementation to present Cml entity data.
*
* This template is used when viewing Cml entity pages.
*
*
* Available variables:
* - content: A list of content items. Use 'content' to print all content, or
* - attributes: HTML attributes for the container element.
*
* @see template_preprocess_cml()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('cml') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>
