{* Admin Pages Layout New admin pages must extend this layout and define a {block name=content}{/block} section where the content of each page is defined. This layout is loaded by default when using the AdminLayoutHttpControllerResponse class and the following variables are already prefilled: - $_SESSION - $base_url - $environment - $suffix - $template_dir - $page_title - $language_code - $shop_version - $page_token - $cache_token - $translations - $fontawesome_fallback - $menu_entries - $menu_visibility - $shop_key_state - $languages - $message_stack - $content - $dynamic_script_assets - $dynamic_style_assets - $recent_search_area There are two optional blocks that can be filled by the child-templates of the layout: - head: Include styles and meta info in the bottom part of the
element. - bottom: Include scripts and other content in the bottom of the element. In order to avoid name collisions with your own data the page-specific data are grouped in the $content variable. *}