cloud-8.x-2.0-beta1/templates/cloud_config.html.twig
templates/cloud_config.html.twig
{#
/**
* @file cloud_config.html.twig
* Default theme implementation to present cloud service provider
* (CloudConfig) data.
*
* This template is used when viewing cloud service provider (CloudConfig) 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_cloud_config()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('cloud_config') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>
