cloud-8.x-2.0-beta1/modules/cloud_service_providers/openstack/templates/openstack_cloud_instance.html.twig
modules/cloud_service_providers/openstack/templates/openstack_cloud_instance.html.twig
{#
/**
* @file openstack_cloud_instance.html.twig
* Default theme implementation to present OpenStack Cloud Instance data.
*
* This template is used when viewing OpenStack Cloud Instance 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_openstack_cloud_instance()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('openstack_cloud_instance') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>
