Default theme implementation for the admin index page.
Available variables:
- system_compact_link: Themed link to toggle compact view.
-
containers: A list of administrative containers keyed by position: left or right. Each container in the list contains:
- blocks: A list of administrative blocks, rendered through admin-block.html.twig.
See also
template_preprocess_system_admin_index()
File
core/modules/system/templates/system-admin-index.html.twig
Related topics
- Theme system overview
- Functions and templates for the user interface that themes can override.
Please login to continue.