{%- extends "theming/base_component.html" -%} {%- block overview -%}

The header component creates page headers that establish the top-level structure of pages and provide consistent navigation and branding elements.

Header components handle complex layout requirements including responsive behavior, navigation menus, search bars, and branding elements. They ensure consistent positioning and styling of header content while adapting to different page types and content requirements. The component provides the structural foundation for the top portion of every page, creating visual consistency and familiar navigation patterns for users.

The account component provides account-related meta elements that appear consistently across pages where user account information is relevant. This component typically appears above the header and displays user profile information, account status, or account-specific navigation elements that are important for user identification and account management.

{%- endblock %} {%- block parameters -%}

Header

{{ super() }}

Account

{{ parameters_table("account") }} {%- endblock %}