
| Current Path : /var/www/html/atstandard001/templates/layout/ |
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/atstandard001/templates/layout/row--footer.html.twig |
{#
/**
* @file
* Row template suggestion to display the footer row.
*
* Available variables:
* - row_name: the name of the row.
* - regions: contains regions data to appear in this row.
* - row_attributes: HTML attributes for the row outer wrapper
* - wrapper_attributes: HTML attributes for the row inner wrapper.
* - container_attributes: HTML attributes for the row container.
* - row_prefix: insert content/markup etc before the row.
* - row_suffix: insert content/markup etc after the row.
*
* @see at_core_preprocess_row()
*/
#}
<div{{ row_attributes }}>
{{ row_prefix }}
<footer{{ wrapper_attributes }}>
<div{{ container_attributes }}>
{{ regions }}
</div>
</footer>
{{ row_suffix }}
</div>