bat-8.x-1.x-dev/modules/bat_unit/templates/bat-unit.html.twig
modules/bat_unit/templates/bat-unit.html.twig
{#
/**
* @file bat-unit.html.twig
* Default theme implementation to present Unit data.
*
* This template is used when viewing Unit 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_bat_unit()
*
* @ingroup themeable
*/
#}
<div{{ attributes.addClass('unit') }}>
{% if content %}
{{- content -}}
{% endif %}
</div>
