commerce_inventory-8.x-1.0-alpha6/templates/commerce_inventory_location.html.twig
templates/commerce_inventory_location.html.twig
{#
/**
* @file commerce_inventory_location.html.twig
* Default theme implementation to present Inventory Location data.
*
* This template is used when viewing Inventory Location 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_commerce_inventory_location()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('commerce_inventory_location') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>
