
| Current Path : /var/www/html/store/web/modules/contrib/commerce/modules/store/templates/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store/web/modules/contrib/commerce/modules/store/templates/commerce-store.html.twig |
{#
/**
* @file
*
* Default template for stores.
*
* Available variables:
* - attributes: HTML attributes for the wrapper.
* - store: The rendered store fields.
* Use 'store' to print them all, or print a subset such as
* 'store.name'. Use the following code to exclude the
* printing of a given field:
* @code
* {{ store|without('name') }}
* @endcode
* - store_entity: The store entity.
* - store_url: The store URL.
*
* @ingroup themeable
*/
#}
<article{{ attributes }}>
{{ store }}
</article>